:link {
	color : #0060FF;
}

:visited {
	color : #990099;
}

:hover {
	color : #FFCC00;
}

:active {
	color : #FF0066;
}

body{
	background-color : #FFFFF9;
}

h1{
	font-family : "Copperplate Gothic Bold", serif;
	font-size : 60px;
	font-weight : bold;
}

h2{
	font-family : "JSL Ancient","Copperplate Gothic Bold", serif;
	font-size : 30px;
	font-weight : bold;
}

h3{
	font-family : "JSL Ancient","Copperplate Gothic Bold", serif;
	font-size : 24px;
	font-weight : bold;
}

h4{
	font-family : "JSL Ancient", "Times New Roman", serif;
	font-size : 19px;
	font-weight : bold;
}

h5{
	font-family : "JSL Ancient","Copperplate Gothic Bold", serif;
	font-size : 60px;
	font-style : italic;
	font-weight : bold;
}

h6{
	font-family : "JSL Ancient","Times New Roman", serif;
	font-size : 16px;
	font-weight : bold;
}

p{
	font-family : "JSL Ancient", "Times New Roman", serif;
	font-size : 18px;
	font-style : normal;
	font-weight : normal;
}

#italic{
	font-family : "JSL Ancient", "Book Antiqua", serif;
	font-size : 20px;
	font-style : italic;
	font-weight : normal;
}

#left{
	float : left;
	padding : 1em;
}

#navy{
	color : #000080;
	font-family : "Book Antiqua", serif;
	font-size : 18px;
	font-weight : bold;
}

#red{
	color : #FF0000;
	font-family : "Book Antiqua", serif;
	font-size : 18px;
	font-weight : bold;
}

#right{
	float : right;
	padding : 1em;
}
