@media screen {

html {
	background-color: white;
	color: #282828;
	font-family: Century Gothic,URW Gothic L,Trebuchet MS,arial;
	font-size: 12pt;
	font-weight: normal;
}

.header {
	font-size: 30px;
	text-align: center;
}

.none, .none:hover {
        border: 0px solid;
        text-decoration: none;
        background-color: Inherit;
}

li{
	padding: 1px;
}

pre, kbd {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color:#999999;
	background-color:#222222;
	border:1px solid #555555;
	padding: 3px;
}

.image {
	border: 0px none white;
}


}

