/* Enter Your Custom CSS Here */
#main
{
  color:#180bff !important;
}
p
{
  color:#06024f !important;
}
h1
{
  color:#06024f  !important;
}
h2
{
  color:#06024f  !important;
}
h3
{
  color:#06024f  !important;
}
h4
{
  color:#06024f  !important;
}
h5
{
  color:#06024f  !important;
}
h6
{
  color:#06024f  !important;
}

.floatright {
  	clear:both;
	float:right;
  	margin:10px !important;
  	margin-right:0px !important;
  	display:inline-block;
}

.floatleft {
  	clear:both;
	float:left;
  	margin:10px !important;
  	margin-left:0px !important;
  	display:inline-block;
}