@charset "UTF-8";
/* CSS Document */
a {
	color: #333399;
    font-weight: 450;
}

/*
a:visited {
	color: #333399;
}
*/

a:hover {
	color:#5353c6;
}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;

}

body {
        /*background: #4d4d4d url(groel2.png) repeat top left;*/
        margin: 0;
        padding: 0;
}
