body {

	font-family: arial;

	font-size: 14px;
	
	color: black;

	font-style: normal;

	font-weight: bold;

	
	
}

h1

{
font-family:  Arial;

font-style:  italic;

font-size: 20px;

font-weight:  bold;

text-align:   center;

text-transform: uppercase;
}

h2

{
font-family:  'Times New Roman';

font-style:  italic;

font-size: 40px;

font-weight:  bold;

text-align:   left;


}




A:link {color:  #333333;}

A:visited {text-decoration:  none; color: #333333}

A:active {text-decoration:  none}

A:hover {color: blue;}

