hr.div {width:90%}
body {
color : silver;
font-family : arial, san-serif;
font-size : 8pt;
background-color : #333333;
background-image : url("images/strip2.jpg");
background-position : 10px 200px;
background-repeat : repeat-x;
background-attachment : fixed;
border-width : 0px;
margin : 0px;
padding : 0px
}
img {border:0px}
th {
font-weight : bold;
font-size : 8pt;
}
td {
font-weight : normal;
font-size : 8pt;
}
/*formatting for regular links */
a:link {
color : #b5dee7;
text-decoration : none;
background-color : transparent;
}
a:visited {
color : #ef9b20;
text-decoration : none;
background-color : transparent;
}
a:hover {
color : #ff8686;
text-decoration : underline;
background-color : transparent;
}
/* end formatting for links */
/*formatting for main fixed width table */
table.main {
border-width : thin;
border-style : solid;
border-color : black;
margin-top : 10px;
margin-bottom : 10px;
margin-left : 5px;
}
td.main {
background-repeat : no-repeat;
background-position : 0px 30px;
background-color : #1A1A1A;
padding : 3px;
}
th.menu {
background-color : #0D0D0D;
background-image : url("images/pink-header-bottom.jpg")
}
/* end main table formatting */