/* CSS Document */
html, body, div, span, applet, object, iframe,
h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, p img {
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0;
}

body{
    background-color:#000000;
}

.content{
	padding: 30px 20px 30px 20px;
	color: #000000;
	font-family:"Verdana";
	font-size:9pt;
	line-height:1.6em;
	width:880px;
	background: url(images/backgroundmain.jpg);
	background-repeat: repeat-y;
	}

a{color:#FFFFFF;
}
a:hover{color: Yellow;}

.calendarday {
	font-size: 1.2em;
	font-weight: bold;
	color: #404040;
}

.calendarevent {
	font-size: .6em;
	font-weight: normal;
	color: #404040;
}

a.calendareventlink {
	font-size: 1.1em;
		color: #404040;
}

.calendareventlink:hover {
	font-size: 1.1em;
		color: blue;
}

.calendareventlink:visited {
	font-size: 1.1em;
		color: #404040;
}
