body {
background-color: #000000; 
font : 10px verdana, arial, helvetica, sans-serif; 
color : #fff; 
margin : 20px; 
padding : 0; 
} 
h1 { 
text-align: center; 
margin : 0 0 15px 0; 
padding : 0; 
font-size : 16pt; 
font-weight : 900; 
color : #7f7f7f; 
} 
h2 {
text-align: center; 
font : bold 14px/14px verdana, arial, helvetica, sans-serif; 
margin : 0 0 5px 0; 
padding : 0; 
} 
p {  
font : 12px/20px verdana, arial, helvetica, sans-serif; 
margin : 0 0 5px 0; 
padding : 0; 
} 
a {  
color : #09c; 
font-size : 11px; 
font-family : verdana, arial, helvetica, sans-serif; 
font-weight : 600; 
text-decoration : none; 
} 
a:link { 
color : #09c; 
} 
a:visited { 
color : #07a; 
} 
a:hover { 
color : #eee; 
} 
a.info { 
position : relative; 
z-index : 24; 
font-size : 8pt; 
background-color : #000; 
color : #09c; 
text-decoration : none; 
} 
a.info:hover { 
z-index : 25; 
color : #fff; 
} 
a.info span { 
display : none; 
} 
a.info:hover span { 
display : block; 
position : absolute; 
top : 2em; 
left : 2em; 
width : 17em; 
border : 1px solid #7f7f7f; 
background-color : #000; 
color : #fff; 
text-align : center; 
padding : 3px; 
}
	.w3c-button {
		margin: 1em 0;
		width: 10.1em;
		font-family: helvetica,arial,sans-serif;
		font-size: 70%;
		font-weight: bold;
		}
	.w3c-button a {
		display: block;
		width: 100%;
		}
	.w3c-button a:link,.w3c-button a:visited,.w3c-button a:hover {
		background-color: #1e90ff;
		color: #000;
		text-decoration: none;
		}
	.w3c-button a:link,.w3c-button a:visited {
		border: 1px solid #cecece;
		}
	.w3c-button a:hover {
		border-left: 0;
		}
	.w3c-button span.w3c {
		padding: 0 0.4em;
		background: #fff;
		color: #0c479d;
		}
