@charset "utf-8";
/* CSS Document */
html {
margin:0;
padding:0;
}

body {
background-color : white; 
font-family :  Verdana, Arial, Helvetica, Geneva, sans-serif; 
}

p,ul,li,td {
font-size :13px; 
color : #000000;
text-align:justify; 
}

h1 {
font-size : 13px; 
color :#FFFFFF; 
text-align: center;
font-style:normal;
}
img{ border:0px;}


a:link {color:#000000; text-decoration:none;font-size: 14px;text-align:center;}
a:visited {color:#000000; text-decoration:none;font-size : 14px;text-align:center;}
a:hover {color:#000000; text-decoration:underline;font-size : 14px;text-align:center;}


