body {
	background-image: url(./backgrounds/dotted.gif);
	background-repeat: repeat;
	background-attachment: scroll;
}


/* DOCUMENT STYLES DEFINITIONS */
div {
	font-family: Georgia, Garamond, Times New Roman, Times, serif !important;
	font-size: 12px;
	line-height: 1.5em;
	color: black;
	text-align: justify;
	word-spacing: normal;
	letter-spacing: normal;
}

#block {
	padding: 20px;
}

/* LINK STYLES DEFINITIONS */
a:link, a:visited {
	text-decoration: none;
	color: #FF0000;
}

a:hover {
	color: #DDDDDD;
	background-color: #FF0000;
}
a:active {
	color: #FF0000;
	background-color: #CCCCCC;
}
