/* CSS Document */
*{
color: #6AF;
font-family: verdana, sans-serif;
font-weight: normal;
font-size: medium;
}

body{
background-color: #111;
text-align:center;
}

p{
text-align: justify;
}

a{
text-decoration: none;
color: #EEF;
}

a:hover{
text-decoration: underline;
}

.hidden{
display:none;
}

#all{
width: 900px;
margin: 10px auto;
padding: 50px 20px 10px 20px;
border: none;
background-color: black;
text-align: left;
}

#top{
margin: 20px 0px;
text-align: right;
height: 210px;
}

#top img{
float:left;
}

#top h1{
color: #6AC;
font-size: 150%;
}

#content{
border-top: solid white 1px;
border-bottom: solid white 1px;
padding: 0px 40px 30px 40px;
}

#content h1{
border: none;
border-left: solid 40px #6D8;
padding: 5px 20px;
margin: 50px 0px 10px 0px;
font-weight: bold;
font-size: 150%;
color: #6D8;
background-color: #111;
}

#content h2{
margin: 30px 0px 5px 0px;
font-weight: bold;
font-size: 120%;
color: #6D8;
}

#content dt{
margin: 15px 0px 5px 0px;
color: #DD8;
font-weight: bold;
padding: 0px 20px 0px 0px;
}

#content img{
padding: 5px;
}

#bottom{
	margin: 20px 0px;
	padding: 10px 20px;
	text-align:center;
}
