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


body {       
        border-style: solid;
        border-color: #ffcc99;
        border-top-width: 2px;
        border-right-width: 2px;
        border-bottom-width: 2px;
        border-left-width: 2px;
        margin-top: 50px;
}

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

p {
        padding-top: 25px;
        padding-left: 50px;
        padding-right: 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: #ff0000;
        text-align: center;
       
}

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

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

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



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


#wrapper {
	margin-top:50px;
}

a {
text-decoration:none;
}

a:link {
	color:#ff0000;
}

a:hover {
	color: #ff0000;
}

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


