﻿body {
	background-color: #808080;
	background-image: url(logo3.gif);
	background-repeat: no-repeat;
	background-position: top center;
	font-family: sans-serif, arial, verdana, helvetica;
	color: #000000;
	margin: 50px 60px;
}

a:link   {color: #228b22}
a:visited{color: #2e8b57}
a:hover  {color: #ffcc00}
a:active {color: #000000}

h1 {color: #228b22;
    font-size: 32px
}

h2 {color: #228b22;
    font-style: italic;
    font-size: 20px
}

h3 {color: #228b22;
    font-size:  12px
}

