/*<link rel="stylesheet" href="rollers.css" type="text/css"/>*/

body  {
	background-color: #339999;
	color: #ffffff;
	font-family: verdana, arial, helvetica;
	font-size: 22px;
	background-image: stage2edited.jpg;
			}

P  	{
	font-family: verdana, arial, helvetica;
	color: #ffcc90;
	font-size: 20px;
	}	

h1	{
	color: #ffffcc;
	font-family: verdana, arial, helvetica;
	font-size: 48px;
	}
		
h3	{
	color: #ffffff;
	font-size: 20px;
	}		
	
h4	{
	color: black;
	}
	
#table1 td 	{
	background-color:black;
	font-size: 20px;
	color: #ffffcc;
		}
	
#table2 td 	{
	background-color:none;
	font-size: 20px;
	color: #ffffcc;
		}

/*-- code for the links */
	a:link {	
	font-weight: normal;
	color: #ffffff;
	text-align:center;	
	text-decoration: none;
	font-size: 24px;
	}

a:visited  {
	color: #cc99ff;
	text-decoration: none;
	font-size: 24px;
		}

a:hover {
    text-decoration: underline;
	color: aqua;
	font-size: 24px;
	}

a:active {
	text-decoration: none;
	font-size: 24px;
	}
