/* CSS Document */
html, body{
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	text-align:left;
	font-size: 12px;
	line-height: normal;

} 

A:LINK {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;


}

A:VISITED {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;

}
A:HOVER {
	color : #000000;
}
A:ACTIVE {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;

}

h1 {
	font-size: 20px;
	font-weight: normal;
	line-height: 15px;

}
.mscopy {
	font-size: 9px;
	color: #CCCCCC;
	text-align: center;
}
p {
	font-size: 12px;
	text-align: left;

}

