/* CSS Document */

body {
background-color: #FFCCCC;
}


h1.main_head {
color: #FFFFFF;
background-color: #CCCCCC;
font: Georgia, "Times New Roman", Times, serif;
font-style: italic;
text-align: right;
}

#casing table tr td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 16px;
}

#casing p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 16px;
}

#casing p a {
	color: #CC0000;
	text-decoration: none;
}

#casing p a:hover {
	color: #999999;
	text-decoration: none;
}

#casing p a:visited {
	color: #CC0000;
	text-decoration: none
}
