@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(imgs/img_background.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #333333;
	font-weight: normal;
}
a:link {
	font-size: 16px;
	color: #669900;
	text-decoration: underline;
}
h1 {
	font-size: 16px;
	color: #669900;
}
h2 {
	font-size: 16px;
	color: #999900;
}
#cent {
	margin-left: 190px;
	width: 750px;
	margin-top: 0px;
	padding-top: 0px;
}
