

body { 
            color: #3366FF; 
            background-color: #DEEAEE;
            font-family: "Verdana", "Arial", sans serif;
            background-image: url(images/background.gif); 
            background-repeat: no-repeat;
            line-height: 2.0;
            }

A:link, A:visited {
            text-decoration: none; color: #3366FF;
            }
A:hover {
            color: #FF7033;
            }
 
div.box3 {
            border: solid; 
            border-width: thin; 
            border-color: #3366FF; 
            width:195;
            }


h1 {
		font: bold 1.1em/100% "Verdana", "Arial", sans serif;
		text-transform: uppercase;
		margin-bottom: 5px;
            color: #4D83C3;
		}

h2 {
		font: bold 1.1em/100% "Verdana", "Arial", sans serif;
		text-transform: uppercase;
		margin-bottom: 5px;
            margin-left: 10px;
            color: red;
		}

h3 {
		font: 0.8em/100% "Verdana", "Arial", sans-serif;
		
		}

h4 {
		font: bold 1.1em/100% "Verdana", "Arial", sans serif;
		text-transform: uppercase;
		margin-bottom: 5px;
            margin-left: 5px;
            color: #4D83C3;
		}



p {
		font: 1.1em/1.4em "Verdana", "Arial", sans serif;
		margin-bottom: 1em;
            margin-left: 10px
		}



