You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

36 lines
478 B

@import url(http://fonts.googleapis.com/css?family=Lato:300);
body {
background-color: #FFFFFF;
margin-left: 32px;
margin-top: 20px;
margin-right: 20px;
margin-bottom: 20px;
font-family: "Lato", Arial;
font-size: 14px;
line-height:16px;
}
hr{
border: 1px solid #FFFFFF;
}
a:link{
color:#0055CC;
}
a:visited{
color:#990099;
}
a:hover{
color:#CC0000;
}
th{
background-color:#FFFFFF;
font-weight:bold;
}
td{
background-color:#ecf7fe;
text-align:center;
}