@charset "utf-8";
body {
	background-color: #333333;
}

/* CSS Document */

.heading {
	font-size: 36px;
	font-family: "Times New Roman", Times, serif;
}
.par {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.btn {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a:link {
	color: #999900;
}
a:visited {
	color: #666600;
}
a:hover {
	color: #CCCC66;
}
a:active {
	color: #CCCC66;
}
