A:link {
   text-decoration: none;
   color: #3E5390;
}

A:visited {
   text-decoration: none;
   color: #7F7F7F;
}

A:hover, A:active {
   text-decoration: none;
   color: #3F858F;
}

.nav:link, .nav:visited { 
   text-decoration: none; 
   font-weight: bold;
   font-size: 12px;
   line-height: 14px;
}

.nav:hover, .nav:active { 
   text-decoration: none; 
   font-weight: bold;
   font-size: 12px;
   line-height: 14px;
}

.navnolink { 
   color: black;
   font-weight: bold;
   font-size: 12px;
   line-height: 14px;
}


.title {
   color: black;
   font-weight: bold;
   font-size: 12px;
   line-height: 12px;
}

td.domenic {
   background-image: url("grafix/domenic.gif");
}

td.team {
   background-image: url("grafix/team.gif");
}

td.line {
   background-image: url("grafix/line.gif");
}

td.pagecontent
{
   background-color: white;
   margin-top: 8px;
   margin-bottom: 16px;
}

.small {
   font-size: 9px;
   line-height: 10px;
}

.bold {
   font-weight: bold;
}

body {
   color: black;
   font-family: Verdana, Arial, sans-serif;
   font-size: 10px;
   line-height: 12px;

   background-color: white;
   margin-left: 8px;
   margin-right: 8px;
   margin-top: 8px;
   margin-bottom: 8px;
}

td { 
   color: black;
   font-size: 10px;
   line-height: 12px;
   text-align: justify;
   vertical-align: top; 
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   margin-bottom: 0px;
}

table {
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   margin-bottom: 0px;
}

p { 
   color: black;
   font-size: 10px;
   line-height: 12px;
   text-align: justify;

   margin-left: 0px;
   margin-right: 0px;
   margin-top: 8px;
   margin-bottom: 8px;
}

h1,h2 {
   color: black;
   margin-top: 8px;
   margin-bottom: 4px;
   margin-left: 0px;
   margin-right: 0px;
   font-weight: bold;
}
h1 {
   font-size: 11px;
   text-align: left;
}
h2 {
   font-size: 10px;
   text-align: left;
}

