/*   MASTER STYLE SHEET
     VERY IMPORTANT.     */

a:link {text-decoration:none; font-family:arial; color:blue;}
a:visited {text-decoration:none; color:blue;}
a:active {text-decoration:none; outline: none;}
a:hover {text-decoration:bold; color:green;}

:focus
{
  -moz-outline-style: none;
}


table.center {margin-left:auto; margin-right:auto; width:700px; position-relative:-10px;}

tr,td{text-align:left;}

.highlightit img{
border: 1px solid #ccc;
}

.highlightit:hover img{
border: 1px solid red;
}

.highlightit:hover{
color: red; /* Dummy definition to overcome IE bug */
}

body
{ 
text-align:center;
background-image:url('WebsiteBG.png');
background-repeat: repeat-y;
background-attachment:fixed;
background-position:center; 
}

hr
{
color: #f00;
background-color: #f00;
height: 1px;
width: 700px;
}