html,body {
background-color : White ;
font-family: "Courier New, Courier, monospace";	
}

 p {
	font-size: 75%;
	color : ##333333;
  	background-color: white;
 	font-family: "Courier", Courier, monospace;
	text-align: center;
	margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 100px;
        margin-right: 100px;
}

a:link {
font-size: 100%;
color: #000000;
text-decoration: none;
font-family: "Courier", Courier, monospace;
}

a:visited {
        font-size: 100%;
	color: black;
	text-decoration: none;
	font-family: "Courier", Courier, monospace;
}

a:hover {
	font-size: 100%;
	color: #OOOOOO;
	text-decoration: underline;
        font-family: "Courier", Courier, monospace
}

td {
	font-size: 100%;
	color :#666666;
	background-color: white;
	font-family: "Courier", Courier, monospace;
	}
	
td:link {
font-size: 100%;
color: #OOOOOO;
text-decoration: none;
font-family: "Courier", Courier, monospace;
}

td:visited {
font-size: 100%;
color: #99CC00;
text-decoration: none;
font-family: "Courier", Courier, monospace;
}

td:hover {
font-size: 100%;
color: #666666;
text-decoration: underline;
font-family: "Courier", Courier, monospace
}

ul {
   font-size: 120%;
   color : #OOOOOO;
   background-color: white;
   font-family: "Courier New", Courier, monospace;
   padding-left: 25%;
   list-style-type: none;
	}
	
ul:link {
font-size: 120%;
color: #000000;
text-decoration: none;
		font-family: "Courier", Courier, monospace;
}

ul:visited {
font-size: 120%;
	color: #000000;
	text-decoration: none;
		font-family: "Courier", Courier, monospace;
}

ul:hover {
	font-size: 120%;
	color: #33CC00;
	text-decoration: none;
		font-family: "Courier", Courier, monospace;
}
	
li {	
   font-size: 120%;
   font-family : "Courier", Courier, monospace;	
   color : #000000;
   background-color: white;
}

li:link {
font-size: 120%;
color: #000000;
text-decoration: none;
font-family: "Courier", Courier, monospace;
}

li:visited {
font-size: 120%;
color: #99CC00;
text-decoration: none;
font-family: "Courier", Courier, monospace;
}

li:hover {
font-size: 120%;
color: #000000;
text-decoration: none;
font-family: "Courier", Courier, monospace
}

h1 {
font-size : 100%; 
font-family :  "Courier", Courier, monospace;
color : #666666;
text-align: center;
margin-top: 20px;
margin-bottom: 20px;
}


h2 {
font-size : 100%; 
font-family :  "Courier", Courier, monospace; 
color : #666666;
text-align: center;
}

.Style1 {
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
	font-family:"Courier", Courier, monospace;
}


.Style1:link {
font-size: 100%;
color: #FF0000;
text-decoration: none;
font-family: "Courier", Courier, monospace;
}

.Style1:visited {
font-size: 100%;
color: #FF0000;
text-decoration: none;
font-family: "Courier", Courier, monospace;
}

.Style1:hover {
	font-size: 100%;
	color: #FF0000;
	text-decoration: none;
		font-family: "Courier", Courier, monospace
}

.style2 {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-family:"Courier", Courier, monospace;
}

.stylegros {
	font-size: 24px;
	font-style: normal;
	color: #660099;
}

