@CHARSET "UTF-8";

.timestamp {
	font-family:Verdana;
	font-size:10;
}

.tooltip {
	position: absolute;
	padding: 1;
	background-color: #cccccc;
	font-size: 10;
	font-family: Verdana;
}

img {
	border:0;
}

#buttons {
	position:relative;
	top:0;
	padding:20;
	text-align:center;
	background-color: white;
	height: 50;
}

body {
	font-family: Verdana;
	font-size: 12;
	background-image: url("img/bg.jpg");
	overflow: ;
}

p {
	font-family: Verdana;
	font-size: 12;	
	line-height: 2;
}

.emph {
	font-family: Requiem, Verdana;
}

h1,h3 {
	font-family: Requiem, Verdana;
}

h1 {
	font-size:52px;
}

h3 {
	font-size:40px;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	color:black;
}

a:hover {
	color:green;
}

td {
	font-size:12;
	line-height:2;
	vertical-align: top;
}

.su {
	vertical-align: super;
	font-size: 8;
}

.question {
	font-size:14;
	padding-top:16;
	padding-bottom:3;
	font-weight:bold;
}