P  {}

H1  {
	font-size: 18px;
	font-family: verdana, helvetica;
	color: blue;
}

H1:Link  {
	font-size: 18px;
	font-family: verdana, helvetica;
	color: red;
}

H2  {
	font-size: 16px;
	font-family: verdana, helvetica;
	color: blue;
}

H3  {
	font-size: 14px;
	font-family: verdana, helvetica;
	color: blue;
}

A.chair:Link  {
    text-decoration: underline;
    font-size: 12px;
    color: black;
}

A.chair:Visited  {
    text-decoration: underline;
    font-size: 12px;
    color: black;
}

A.chair:Active  {
    text-decoration: none;
    background-color: blue;
    font-size: 12px;
    color: white;
}

A.chair:Hover  {
    text-decoration: none;
    background-color: blue;
    font-size: 12px;
    color: white;
}

A.paperBar:Link  {
	text-decoration: none;
	font-size: 12px;
	color: black;
}

A.paperBar:Visited  {
	text-decoration: none;
	font-size: 12px;
	color: black;
}

A.paperBar:Active  {
	text-decoration: none;
	background-color: blue;
	font-size: 12px;
	color: white;
}

A.paperBar:Hover  {
	text-decoration: none;
	background-color: blue;
	font-size: 12px;
	color: white;
}

A.reviewOverview:Hover  {
	text-decoration: underline;
	background-color: #ffffcc;
	font-size: 24px;
	font-family: verdana, helvetica;
	color: black;
}

A.functions:link {
	text-decoration: underline;
	background-color: white;
	font-size: 10px;
	font-family: verdana, helvetica;
	color: black;
}

A.functions:visited {
	text-decoration: underline;
	background-color: white;
	font-size: 10px;
	font-family: verdana, helvetica;
	color: black;
}

A.functions:active {
	text-decoration: none;
	background-color: #ffffcc;
	font-size: 10px;
	font-family: verdana, helvetica;
	color: red;
}

A.functions:hover {
	text-decoration: none;
	background-color: #ffffcc;
	font-size: 10px;
	font-family: verdana, helvetica;
	color: blue;
	outline: green;
}

A.reviewslink:link {
	text-decoration: underline;
	background-color: white;
	font-size: 10px;
	font-family: verdana, helvetica;
	color: black;
}

A.reviewslink:visited {
	text-decoration: underline;
	background-color: white;
	font-size: 10px;
	font-family: verdana, helvetica;
	color: black;
}

A.reviewslink:active {
	text-decoration: underline;
	background-color: white;
	font-size: 10px;
	font-family: verdana, helvetica;
	color: green;
}

A.reviewslink:hover {
	text-decoration: none;
	background-color: #ffffcc;
	font-size: 10px;
	font-family: verdana, helvetica;
	color: green;
	outline: blue;
}

.reviewslink {
	text-decoration: underline;
	background-color: white;
	font-size: 10px;
	font-family: verdana, helvetica;
	color: red;
}
body {background-color: white;  font-family: verdana, helvetica; color: black;}
table {
	font-family: verdana, helvetica;
	color: blue;
}
td     {  font-family: Verdana, Helvetica; font-size: 11px; color: black; }
th     {  font-family: Verdana, Helvetica; font-size: 11px; color: blue; }
A: hover {text-decoration: none; font-weight: normal; color: #0000FF; background-color: #ffffcc;}
A: link {text-decoration: underline; background-color: none; color: red;}
A: active {text-decoration: none;}
A: visited {text-decoration: underline; color: black;}
