@charset "utf-8";
/* CSS Document */
body{
	font-family: "Times New Roman", Times, serif;
	color: blue;
}
#copyright{
	font-size: small;
	text-align: center;
	color: #33F
}
h1, h2, h3, p{
	font-family: "Times New Roman", Times, serif;
}
#email{
	font-size:9px;
}
h1{
	color: blue;
	text-align: center;
	font-variant: small-caps;
	letter-spacing: 0.1em;
}
h2{
	color: blue;
	text-align: center;
	font-variant: small-caps;
}
h3{
	color: blue;
	text-align: center;
	letter-spacing: 0.1em;
}
p{
	font-size: 12px;
	line-height: 1.1;
}
p:first-line{
	font-weight: bold;
}
p:first-letter{
	font-size: 18px;
	color: red;
}
.header1{
	font-weight: bold;
	font-family:"Times New Roman", Times, serif
	font-size: 36px; 
	text-align: center;
	color: #30F;
}
a:hover, focus{
	color: red;
}
a:active{
	color: blue;
}
