/* CSS Document */
/* DEVELOPED AND DESIGNED BY ROGERS MEDIA www.rogersmedia.com.au */

body{
color:#000000;
background:#feff00;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:small;
}

.blue{color:#489ed6;}

a:active{
color:#FFFF00;
text-decoration:none;
}
a:visited{
color:#FFFF00;
text-decoration:none;
}
a:link{
color:#FFFF00;
text-decoration:none;
}
a:hover{
color:#ffffe2;
text-decoration:underline;
}


#container{
padding:5px;
min-width:720px;
max-width:920px;
background-color:#ffffe2;
border:thin;
border-color:#FF0000;
border-style:solid;
}

#content{
width:100%;
overflow:hidden;
}

#content a{color:#489ed6;}

#heading{
color:#FF0000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:large;
font-weight:bold;
}
#bottom{
width:100%;
background-color:#333333;
color:#FFFF00;
font-size:smaller;
text-transform:uppercase;
}
#copyright{
font-size:x-small;
}
#copylink{
color:#000000;
text-decoration:none;
}
#mail{
color:#FF0000;
text-decoration:underline;
}
