body 
{ 
color:black; 
background-color:white; 
font-family:sans-serif; 
}
a {text-decoration: none}
a:link{color:black}
a:visited{color:black}
img
{
border-width: 0;
}
table
{
border-collapse: collapse;
table-layout: fixed;
border-width: thin;
border-color: gray;
}
table.top
{
border-style: none none dotted dotted;
width: 700px;
}
table.bottom
{
border-style: dotted none none dotted;
width: 700px;
}
table.big_pic
{
border-style: dotted dotted dotted dotted;
width: 700px;
height: 700px;
text-align: center;
}
table.small_pics
{
border-style: none none none none;
width: 700px;
text-align: center;
}
table.small_pic
{
border-style: dotted dotted dotted dotted;
width: 120px;
height: 120px;
text-align: center;
}
table.small_pic_text
{
border-style: none none dotted none;
width: 120px;
height: 30px;
text-align: center;
}
table.space
{
border-style: none none none none;
width: 700px;
height: 20px;
}
table.text
{
border-style: none none none dotted;
width: 700px;
text-align: left;
}
td.left
{
width: 200px;
height: 30px;
text-align: left;
padding: 0px 10px 0px 10px;
}
td.right
{
width: 200px;
height: 30px;
text-align: right;
padding: 0px 10px 0px 10px;
}
td.center
{
width: 300px;
height: 30px;
text-align: center;
}
td.text
{
text-align: left;
padding: 0px 10px 0px 20px;
}
td.top_text
{
text-align: left;
padding: 0px 10px 10px 10px;
}
