body {
	font-family: "Comic Sans MS";
}
h1
{
	font-size: 19px;
}
h2
{
	font-size: 17px;
}

.img {
	padding: 10px;

}
.input {
	font-family: "Comic Sans MS";
	font-size: 12px;
	color:#000000;
	background-color: #FFFFFF;
}
#menu a {
	text-decoration: none;
	color: #0033FF;

}
#menu a:hover {
	text-decoration: underline;
}
.score
{
	font-size: 19px;
	font-weight: bold;

}
.contentFrameM {
	background-color: #40FFFF;
}
.contentFrameF {
	background-color: #FF40FF;
}
.contentFrameS {
	background-color: #404040;
}
.resultM {
	background-color: #E8FFFF;
}
.resultF {
	background-color: #FFE8FF;
}
.resultS {
	background-color: #E8E8E9;

}
.small
{
	font-size: 10px;
	font-style: italic;

}
.large
{
	font-size: 20px;
}
