@charset "utf-8";
/* CSS Document */

#header {
	background-color: #0033FF;
}

#header h1{
	color:#FFFFFF;
}

#content #left{
	background-color:#0033FF ;
}

#content #left{
	color:white ;
}

#content #left h3{
	color:white !important;
}

h3{
	color:#0033FF;
}

#content #left a{
	color:#ffffff !important;
}
