@charset "utf-8";
/* CSS Document */

body {
	background-color:#DBDBB7;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.text {
	font-family: "Times New Roman", Times, serif;
	font-family:14px;
	color:#000;
}

.header {
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	color:#030;
}

#content {
	margin:10px;
}

.footer {
	font-size:12px;
	color:#FFF;
}

.topborder {
	border-left:thin #000 solid;
	border-top:thin #000 solid;
	border-right:thin #000 solid;
}

.sideborder {
	border-left:thin #000 solid;
	border-right:thin #000 solid;
}

.bottomborder {
	border-left:thin #000 solid;
	border-bottom:thin #000 solid;
	border-right:thin #000 solid;
}

.headertext {
	color:#060;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}

a:link { 
color:#060;
}

a:visited { 
color:#060;
}

a:hover { 
color:#060;
}

a:active { 
color:#060;
}
