body {
	margin: 0px 0px 0px 0px;
	padding: 20px;
	background: black url('images/background.jpg') repeat-x top;
	background-attachment: fixed;
      height:100%;
	}

.content {
	background: black;
	height: 1%;
	width: 720px;
	margin: auto;
	padding: 0px 30px 0px 30px;
	font-family: Times, serif;
	border: 10px solid #333;
	}

a, a:visited {
	font-weight: normal;
	color: white;
	text-decoration: underline;
	}

a:hover {
	color: #999933;
	text-decoration: none;
	text-decoration: underline;
	}
	

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #999933;
	padding: 0px;
	margin: 25px 0px 0px 0px;
	line-height: 120%;
	text-transform: lowercase; 
	}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: white;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	line-height: 120%;
	}

.example {
	font-family: Arial, sans-serif;
	font-size: 12px;
	border: 1px #999933 solid;
	padding: 10px;
	margin: 20px 0px 20px 0px;
	}


p, blockquote {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: white;
	}

ul, ol {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: white;
	padding-left: 30px;
	}

em {
	color: #999933;
	}

cor {
	text-transform: uppercase;
	font-family: Times, serif;
	color: #999933;
	text-decoration: none;
	}

.navbar {
	border: 1px #999933 solid;
	margin: 0px 0px 30px 0px;
	padding: 5px;
      height: 1%;
	}
	
.navbar ul {
	list-style: none;
	margin: 0 25px 0 0;
	padding: 0px;
	}
	
.navbar li {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	float: left;
	padding: 0 15px 0 0;
	}

small {
	font-size: 14px;
	}

.clear {
        clear: both;
        }

img {
	border: 0px;
	margin: 10px;
	}
