.content {
	text-align: justify;
	font-size: 11px;
	font-family: arial, tahoma;
	line-height: 20px;
	color: #000000;
	margin-right: 10px;
}

.nav {
	text-align: justify;
	font-size: 10px;
	font-family: arial, tahoma;
	line-height: 14px;
	color: #000000;
	margin-right: 10px;
}

h1 {
    font-size: 30px;
    font-family: impact, sans-serif;
    color: #ffff00;
    font-weight: lighter;
    padding: 0px;
    text-transform: lowercase;
    margin-bottom: -10px;
}

h2 {
    font-family: courier, impact, times, sans-serif;
    font-size: 12px;
    color: #000000;
    text-transform: uppercase;
    font-weight: lighter;
    padding: 0px;
    margin-bottom: 5px;
}

.content a:link {
    text-decoration: none;
    color: #ffffff;
}

.content a:visited {
    text-decoration: none;
    color: #b6b6b6;
}

.content a:active {
    text-decoration: none;
    color: #000000;
}

.content a:hover {
    text-decoration: none;
    color: #000000;
    background-color: #cecece;
}

strong {
    text-transform: uppercase;
}

i {
	color: #ffff00;
}