/* CSS Document */

body {
background-color: #e1e1e1;
font-family: Arial;
font-size: 12px;
color: #000000;
	}


i {
font-weight: italicize;
color: #cb1e4d;
	}


strong {
font-weight: bold;
	}
	

a, a:link, a:visited, a:active {
color: #313131;
font-weight: normal;
text-decoration: underline;
	}
	
	
a:hover {
color: #00000;
font-weight: normal;
text-decoration: underline;
	}	

img {
	border-color: #888888;
	background-color: #ffffff;
	padding: 5px;
	margin: 3px;
	}
