/* CSS Document */

.claflin { background: #FFFFCC;}

.cardinal {font-size:50%; text-decoration: underline; vertical-align: super}

.headings {font-family: "Times New Roman", Roman, serif;
                    font-size: large;
                    font-weight: bold;
                    text-align: left;}

.rightmenu {font-family: Arial, Helvetica, sans-serif;
                         font-weight: bold;
                         font-size: medium;
                         text-decoration: none;
                         text-align: left;
                        line-height: 150%; }

/* Link styles */
a:link, a:active, a:visited {
	color: #a00000;
	font-weight: normal;
	text-decoration: none;
	}

a:hover {
	color: #800000;
	font-weight: normal;
	text-decoration: underline;
	}

a.solid:link, a.solid:active, a.solid:visited {
	color: #a000ff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 125%;
	font-weight: bold;
	text-decoration: none;
	}

a.solid:hover {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 125%;
	font-weight: bold;
	background-color: #a00000;
	}
