/* CSS Document */

body {
	background-color: #FFFBD8;
	margin-top: 0px;
}


a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#990033;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #003399;
}


.text {

font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#330099;
padding:5px;
padding-left:20px;
padding-bottom: 0px;


}
.text2 {

font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#330099;
padding:5px;
padding-left:20px;
padding-top:0px;

}
.bot {

padding: 5px;

}