div.messageContainer {
	position:	relative;
    left:		5px;
    height:		10px
}

span.errorMessages {
    color: red;
}

span.userMessages {
    color: blue;
}

td.star {
    font-size: 16px;
    color: red;
    vertical-align: middle;
    text-align: right;
}

body {
    margin-top:		  0px;
    margin-left:	  0px;
    margin-width:	  0px;
	margin-height:	  0px;
    background-color: white;
    color:			  #000000;
}

a:link {
	color:			  #990000;
}

a:visited {
	color:			  #990000;
}

a:hover {
	color:			  gray;
}