body { 
margin: 10; 
padding: 0; 
background: url(bg.jpg);
}

td { 
font-size: 13px; 
font-family: arial, helvetica, georgia, sans-serif; 
color: #727c7c; 
background-color: #ffffff;
}

.title {
font-size: 40px; 
color: #a47575; 
}

.title2 { 
font-size: 18px; 
color: #a47575;
}

.sub { 
font-size: 18px; 
color: #7587a4; 
}

a { 
color: #7587a4; 
text-decoration: underline; 
}

a:hover { 
color: #ffffff; 
background: #7587a4;
text-decoration: underline; 
}