@charset "UTF-8";
/* CSS Document */

h1 {
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	font-size:42px;
	font-weight:normal;
	line-height:50px;
	color:#6E001C;
	margin:0;
	}
	
h2 {
	font-family:"Times New Roman", Times, serif;
	text-align:left;
	font-size:24px;
	color:#333;
	margin:0;
	}
	
#maintext {
	font-family:"Times New Roman", Times, serif;
	color:#333;
	text-align:justify;
	font-size:16px;
}

#secondtitle {
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	font-variant:small-caps;
	line-height:40px;
	font-size:30px;
	font-weight:lighter;
	color:#333
}

#thirdtitle {
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	font-variant:small-caps;
	line-height:26px;
	font-size:16px;
	font-weight:lighter;
	color:#6E001C;
}


#footer {
	font-family:"Times New Roman", Times, serif;
	color:#999;
	text-align:left;
	font-size:12px;
}

#test a:link { 
	font-family:"Times New Roman", Times, serif;
	text-decoration:none
	color:#333;
	text-align:center;
	font-size:12px;
	color:#D96C45
}

#test a:visited { 
font-family:"Times New Roman", Times, serif;
	text-decoration:none;
	color:#333;
	text-align:center;
	font-size:12px;
	color:#D96C45
}

#test a:hover {
	font-family:"Times New Roman", Times, serif;
	text-decoration:underline;
	color:#333;
	text-align:center;
	font-size:12px;
	color:#F60;
}

#test a:active {
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
	color:#333;
	text-align:center;
	font-size:12px;
	color:#D96C45;
	}