@charset "utf-8";
.style1 {
	font-size: 20px
}
a:link {
	color: #39a0ff;
	text-decoration: none;
}
a:visited {
	color: #39a0ff;
	text-decoration: none;
}
a:hover {
	color: #39a0ff;
	text-decoration: underline;
}
a:active {
	color: #39a0ff;
	text-decoration: none;
}

a.external:link {
	color: #ffff00;
	text-decoration: underline; 
}
a.external:visited {
	color: #ffff00;
	text-decoration: underline; 
}
a.external:hover {
	color: #ffff00;
	text-decoration: underline;
}
a.external:active {
	color: #ffff00;
	text-decoration: underline;
}

.style2 {
	font-size: 40px;
	font-weight: bold;
}
h1 {
	font-size: 36px;
	text-align: center;
	font-weight: bold;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 25px;
}
body, td, th {
	color: #ffff00;
	font-family: "Lucida Calligraphy", "Monotype Corsiva", "MS Sans Serif", Arial, "Times New Roman";
	background-image: url(background2.jpg);
	background-color: #39a0ff;
}
p {
	font-size: 30px;
}
#buttons {
	margin-top: 10px;
	margin-bottom: 10px;
}
img {
	margin: 10px;
}
.style3 {
	font-size: 16px;
