body {
	font-family: "Tahoma";
	background: #666666 url(/images/bg.jpg) top repeat-y;
	text-align: center;
	color: #000;
	margin: 0;
	padding: 0;
	}

body, body.m {
	font-size: 90%;
	}

body.l {
	font-size: 110%;
}

body.xl {
	font-size: 130%;
	}

h1 {
	font-family: "Tahoma";
	font-size: 110%;
	color: #5C97B9;
	}

h2 {
	font-family: "Tahoma";
	font-size: 105%;
	color: #5C97B9;
	}

p {
	font-family: "Tahoma";
	color: #666;
	}
	
ul, li {
	font-family: "Tahoma";
	color: #666;
	}

a {
	text-decoration: none;
	color: #000;
	}
	
a:hover, a:focus {
	text-decoration: underline;
	}

table {
	color: #666;
	}

img.border {
	border: 1px solid #000;
	}

input {
	font-size: 100%;
	}

input:focus, textarea:focus {
	background-color: #F0F5F9;
	}