.textnormal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #CCCCCC;
}
body {
	background-color: #000000;
	margin : 0px;

}
.textTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #CC0000;
	font-weight: bolder;

}

A {
 color: #D6926F; 
 text-decoration: none
 }
A:hover {
 color: red
 }
.imgframe {
	border: 2px solid #CC0000;
}
.textBold {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999999;
	font-weight: bolder;
}

