
p.center {text-align:center
}
p.left {text-align: left
}
p.justify {text-align:justify
}

body {
font-family: verdana, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 10px;
color: #000000; 


A:link { text-decoration: none; color:red;}
A:visited { text-decoration: none; color:blue;}   
A:active { text-decoration: none; color:red;}
A:hover { text-decoration:underline; color:green;}

p, td {
    font-family: verdana, arial, helvetica;
	font-weight: normal;
	font-size: 10px;
	color: #5C5136; 
       margin-top:0; 
	margin-bottom:0; 
	word-spacing: 0;
	} 


