@charset "utf-8";
/* CSS Document */

body {
	margin: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1{
	font-size: 24px;
}

a{
	color: #808DAF;
	text-decoration: none;
}
a:hover{
	color: #C10000;
}
.title {
	color: #808DAF;
	font-weight: bold;
}

