﻿
body
{
	background: white;
	text-align: center;
	color: #333;
	font-family: arial,verdana,sans-serif;
}
#header
{
    width: 968px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    /* background: azure; */
    text-align: center;
} 
#contain
{
    margin-right: auto;
    margin-left: auto;
    width: 968px;
} 
#footer
{
    clear: both;
    width: 968px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
   /* background: azure; */
    height: 60px;
}
a:link
{
    color: royalblue;
    text-decoration: none;
    overflow: hidden;
}
a:visited
{
    color: royalblue;
    text-decoration: none;
    overflow: hidden;
}
a:hover
{
    overflow: hidden;
    text-decoration: underline;
    color: dodgerblue;
}
a:active
{
    color: crimson;
    text-decoration: none;
    overflow: hidden;
} 