/*the red,white and blue divisions*/
 DIV.red 
 {
  	 background: none #ff0000;
         border: solid #000000 1px;
         color: #FFffff;
         font-style: normal;
         font-family: Stencil;
         font-size: large;
         text-align: center;
         display: block;
         margin-left: 75;
         margin-right: 75;
         padding: 3.0%;
         width: auto; 
}
.red a:link {color: #3399ff;}
.red a:hover {background-color: #ffffff;color: #ff0000;}


DIV.white 
{ 
	     background: none #ffffff;
         border: solid #000000 1px;
         text-align: center;
         font-size: large;
         font-style: normal;
         font-family: Stencil;
         color: #000000;
         margin-left: 75;
         margin-right: 75;
         display: block;
         padding: 3.0%;
         width: auto; 
}
.white table{border-style: inset; border-width: 10px;padding: 0.1cm;}
.white a:link {color: #ff0000;}
.white a:hover {background-color: #3399ff;color: #ffffff;}

DIV.blue 
{ 
 	background: none #3399ff;
	border: solid #000000 1px;
	text-align: center;
    font-size: large;
	font-style: normal;
    font-family: Stencil;
    color: #ffffff;
    margin-left: 75;
    margin-right: 75;
    text-align: center;
    display: block;
    padding: 3.0%;
    width: auto;
}
.blue a:link {color: #ffffff;}
.blue a:hover {background-color: #ff0000;color: #3399ff;}



/*a bloder "header line" */
l{text-align: center; text-decoration: underline; text-decoration: bold;}

table
{
	align:center;
	float:center;
	border-style: inset;
	border-width: 0px;
	padding: 0.5cm;
	width: 500px;
		
}

/* a table header */
th
{
	color: red;
	text-decoration: underline;
	text-align:center;
}

/*  */
/* /*a:link {color: #003300;}*/ */
/*  */
/* .red a:hover { /* define what happens specifically when the mouse is over a hyperlink */ */
/*         background-color: #ffffff;  /*Set BG color to dark red*/ */
/*         color: #000000;        /*Set text color to white*/ */
/*  */
/* .white a:hover { /* define what happens specifically when the mouse is over a hyperlink */ */
/*         background-color: #ffffff;  /*Set BG color to dark red*/ */
/*         color: #000000;        /*Set text color to white*/ */
/*  */
/* .blue a:hover { /* define what happens specifically when the mouse is over a hyperlink */ */
/*         background-color: #ffffff;  /*Set BG color to dark red*/ */
/*         color: #000000;        /*Set text color to white*/ */
/*  */
/*  */

