P  {}

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

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

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

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

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: none;
	background-color: #ffffcc;
	font-size: 24px;
	font-family: helvetica;
	color: black;
}

A.functions:link {
	text-decoration: underline;
	background-color: none;
	font-size: 10px;
	font-family: helvetica;
	color: green;
}

A.functions:visited {
	text-decoration: underline;
	background-color: none;
	font-size: 10px;
	font-family: helvetica;
	color: green;
}

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

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

A.reviewslink:link {
	text-decoration: underline;
	background-color: none;
	font-size: 10px;
	font-family: helvetica;
	color: green;
}

A.reviewslink:visited {
	text-decoration: underline;
	background-color: none;
	font-size: 10px;
	font-family: helvetica;
	color: green;
}

A.reviewslink:active {
	text-decoration: none;
	background-color: #ffffcc;
	font-size: 10px;
	font-family: helvetica;
	color = green;
}

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

.reviewslink {
	text-decoration: none;
	background-color: none;
	font-size: 10px;
	font-family: helvetica;
	color: red;
}
body {font-family: helvetica; color: black;}
table {
	font-family: helvetica;
	color: blue;
}
A: hover {font-weight: normal; color: #0000FF; background-color: #ffffcc;}
A: link {background-color: #ffffcc; color: black;}
