BODY {
	color : Black;
	background-color : #FFFAFA;
	font-family : sans-serif;
	font-size : 12px;
}

A {
	color : Blue;
}

A.glossary
{
	color:red;
}

.big{
	font-size:26px;
	font-weight : bold;
}

.tiny{
	font-size:10px;
}

.caption{
	font-style:italic;
}

.smalltitle{
	text-decoration : underline;
}

.redbar{
	background-color : Red;
	color : White;
	padding : 5px;
	font-weight : bold;
	margin : 0px
	
}
.bluebar{
	background-color : Blue;
	color : White;
	padding : 5px;
	font-weight : bold;
	margin:0px;
	
}

.silverbar{
	background-color : Silver;
	color : black;
	padding: 5px;
	
}

.redbox{
	margin : 0px;
	border-left-color : Red;
	border-left-style : solid;
	border-left-width : 1px;
	border-bottom-color:Red;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color:Red;
	border-right-style:solid;
	border-right-width:1px;
	padding : 5px;
}

.bluebox{
	margin: 0px;
	border-left-color:Blue;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:Blue;
	border-right-style:solid;
	border-right-width:1px;
	border-bottom-color:Blue;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding: 5px;
	
}

#header{
	position : absolute;
	top:0px;
	left:260px;
	}

#column1{
	position : absolute;
	top:100px;
	left:10px;
	width:210px;
}

#column2{
	position:absolute;
	top: 100px;
	left:260px;
	width:350px;
	}
#column2a{
	position:absolute;
	top: 100px;
	left:260px;
	width:450px;
}
#column3{
	position:absolute;
	top: 100px;
	left:650px;
	width:210px;
)
	
