/* CSS Document */
body { 
        margin: 0 auto;    
	width: 400px;
	background-color: #993D00;
}


body {       
        border-style: double;
        border-color: #000066;
        border-top-width: 5px;
        border-right-width: 5px;
        border-bottom-width: 5px;
        border-left-width: 5px;
        margin-top: 50px;
}

#center {
	background-color: #ffe0cc;
	padding-top: 20px;
	padding-bottom: 20px;
}

p { 
	font-family:Georgia;
	font-size: .9em;
	color: #000066;
        font-weight: 700;
}

p {
        padding-top: 25px;
        padding-right: 50px;
        padding-left: 50px;
}

p.blue {
        font-family: Georgia;
        font-size: 1em;
        color: #0000ff;
        font-weight: 700;
        padding-top: 25px;
        padding-left: 50px;
        padding-right: 50px;
}

p.red {
        font-family: Geogia;
        font-size: 1em;
        color: #ff0000;
        font-weight: 700;
        padding-top: 25px;
        padding-left: 50px;
        padding-right: 50px;
} 

p.green {
        font-family: Geogia;
        font-size: 1em;
        color: #00ff00;
        font-weight: 700;
        padding-top: 25px;
        padding-left: 50px;
        padding-right: 50px;
} 


h1 {
	font-family:Georgia;
	font-size: 4em;
	color: #000066;
        text-align: center;
       
}

h2 {
	font-family: Georgia;
	font-size: 3em;
	color: #000066;
        text-align: center;
}

h3 {
	font-family: Georgia;
	font-size: 2.5em;
	color: #000066;
        text-align: center;
}

h4 {
	font-family: Georgia;
	font-size: 2em;
	color: #000066;
        text-align: center;
}
h5 {
	font-family: Georgia;
	font-size: 1em;
	color: #000066;
        text-align: center;
}



image {
        border-style: solid;
        border-width: thin;
        border-color: #ff0000;
}


#wrapper {
	margin-top:50px;
}

a {
text-decoration:none;
}

a:link {
	color:#2900cc;
}

a:hover {
	color: #2900cc;
}

a:visited {
	color: #993d00;
	text-decoration:none;
}
