@import url("layout.css");

Body{
	background: url(../img/bg.gif) repeat-y top left #FFF;
	}

.top-left{
	background: #B88199;
	}

.bot-left{
	background: #D1008F;
	}

.top-right{
	background: url(../img/topl.gif) repeat-y top left #BF608A;
	}

.bot-right{
	background: #E6CFD9;
	}

.footer{
	color: #000;
}

#main{
	background: #E6CFD9;
}

ol.decimal{
	background: #E6CFD9;
}

h1,h2,h3,h4{
	color: #584d88;
}

h5{
	color:#000;
}

a.main{
/*	border: 2px outset #000; 
	background: #BD618C;*/
	color: #000;
}

a.main:hover{
/*	border: 2px inset #000;
	background: #D1008F;*/
	color: #FFF;
}

a.style1{
	background-color: #BFB360;
}

a.style2{
	background-color: #5D6080;
}

a.style3{
	background-color: #BF608A;
}

a.foot{
	text-decoration: none;
	color: #000066;
}

a.foot:hover{
	text-decoration: underline;
	color: #660000;
}


