/* common.css 111210 */

/* Background */
body {
	background-color:#669966;
	background-image:url('graphics/watermark.png');
	margin:0;
	padding:0}

a:link, a:visited, a:active {
	text-decoration: none; color: #000000}
a:hover {
	text-decoration: none;
	color: #cc0000}

.text {
	text-align: center;
	font-family:"Comic Sans MS";
	font-size: 18;
	font-weight: regular;
	color: #000000}


