/*
###############
##           ##
##  General  ##
##           ##
###############
*/

body {
	background: #cdcbcb;
    font-family: verdana, arial, helvetica, sans-serif;
    color: #333366;
	margin: 10px;
    }

h1 {
	font-size: 16pt;
	}
h2 {
	font-size: 15pt;
	}
h3 {
	font-size: 14pt;
	}
p {
	font-size: 12pt;
}
a:link,
a:active,
a:visited {
	color: #333366;
    text-decoration : none;
}
a:hover {
	color: red;
    text-decoration : none;
}
a:link img,
a:visited img,
a:hover img,
a:active img {
	border-style: none;
    }

/*
#########################
#####               #####
#####   Structure   #####
#####               #####
#########################
*/
#header {
	display: none
    }
#sidebar {
	display: none;
    }
#toc {
	display: none;
	}
#footer {
	margin-top: 50px;
	}

/***************

 Search Page

***************/
#search_page li {
    list-style-type : none;
	}
