body {
	font-family : "Georgia", serif;
	background-color : #CCCCCC;
	font-size: 15px;
	color: white;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
p {
	font-family : "Georgia", serif;
	font-size: 15px;
	color: white;
	
}
code {
	font-family : "Courier New", monospace;
	font-size : 15px;
	font-stretch : expanded;
	color: white;
	
}

a {
	font-family : "Georgia", serif;
	font-weight: bold;
	color: #FFFF99;
	text-decoration : none;
}
a:active {
	font-family : "Georgia", serif;
	font-weight : bold;
	color:#FFFF66;
	text-decoration : none;
}
a:hover {
	font-family : "Georgia", sans-serif;
	font-weight : bold;
	color: #FFFF66;
	text-decoration : none;
}
/*a:visited {
	font-family : "Trebuchet MS", sans-serif;
	font : bold "Trebuchet MS" sans-serif;
	color: Maroon;
	text-decoration : none;
}*/

h1 {
	font-family : "Trebuchet MS", sans-serif;
	font-size : 30px;
	font-weight : bold;
	color: white;
}

h3 {
	font-family : "Trebuchet MS", sans-serif;
	font-size : 20px;
	font-weight : bold;
	color: white;
}

h5 {
	font-family : "Trebuchet MS", sans-serif;
	font-size : 18px;
	font-weight : bold;
	color: white;
}

h6 {
	font-family : "Trebuchet MS", sans-serif;
	font-size : 15px;
	font-weight : normal;
	color: white;
}

.no {
	color: white;
	text-decoration: none;
}

.small {
	font-size : 13px;
}

.darkbg {
	bgcolor: #1E3E5E;
}
