/* Will control the style of the overall body */
body
		{
			background-color:white;
			position: relative;
			width: 979px; /* width + border for IE 5.x */
			w\idth: 973px; /* real width */
			border-width: 0 2px;
			margin:auto;
			font-family:arial;
		}

/* Will control the title of each document */
h1 {color:black; font-size:1.500em; text-align:center;}

a:link     {color:blue}
a:visited  {color:purple}
a:hover    {color:red}
a:active   {color:blue}