body { 
		font-family: arial, helvetica, sans-serif;
		background-image: url('../images/background.gif');
		background-repeat:repeat-y;
		background-position: left 50%;
		background-attachment: fixed;
		background-color: White;
}

H1 {
	FONT-WEIGHT: bold;
	FONT-SIZE: x-large;
	text-align: center;
}

A:link 		{
		color: Blue;
		background-color: #CCCCCC;
}
		
A:visited 	{
		color: Navy;
		background-color: #CCCCCC;
}

A:hover {
		color: Fuchsia;
		background-color: #CCCCCC;
}

A.index {
	font-size: x-large;
			text-decoration: none;
	
}

.space {
	line-height: 40px;
}

.large {
	font-size: large;
}

.medium {
	font-size: medium;
}

.small {
	font-size: small;
}

.x-small {
	font-size: x-small;
}

.xx-small {
	font-size: xx-small;
}

.largebold {
	font-size: large;
	font-weight: bold;
}

.mediumbold {
	font-size: medium;
	font-weight: bold;
}

.smallbold {
	font-size: small;
	font-weight: bold;
}

TD.box {
	font-size: small;
	border-color: Black;
	Border-style: solid;
	border-width:1px;
	margin:1px;
}
