body {
	color : #FFFFFF;
	background-color : #000000;
	margin: 0;
	font-size : x-small;
	font-family : Verdana, Arial, serif;
}
h1 {
	font-size: large;
}

input.text {
	background-color : orange;	
	border-width: 1px;
	border-color: #FFFFFF;
	border-style: groove;
	color : #000000;
	font-size:	x-small;
	font-weight: bold;
}
input.button {
	font-size:	x-small;
	font-weight: bold;
}

input {
	font-size:	x-small;
	font-weight: bold;

}

a:hover {
	text-decoration : underline;
}
a {
	color : red;
	text-decoration : none;
}
.small { 
	font-size :xx-small;
}

.contenttable {
	margin-top: 20px;
}

.sw {
	color : red;
}
table.calendar {
	font-size:xx-small;
	border : 1px solid #FFFFFF;
}
.calendar {
	border : 1px solid #FFFFFF;
}
.calendarheader td {
	border : 1px solid #FFFFFF;
}

.calendarToday a {
	color : yellow;
}

.border {
 padding:3px;
 border : 1px dashed orange;
}