@charset "UTF-8";
/* CSS Document */


/********** GENERAL FORMATS **********/

body {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 36px;
	line-height: 1.4em;
}

h1 {
	font-size: 72px;
	margin-bottom: 12px;
	letter-spacing: 0.2em;
	margin-top: 1em;
}

ul {
	list-style-type: none;
	margin:  0;
	padding: 0;
}

li {
	display: inline;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 0;
}

a {
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 7px;
}

a:visited {
	border-bottom: 2px dotted black;
}

a:hover {
	border-bottom: 2px solid black;
}

a:focus {
  -moz-outline-style: none;
}


h1 a:hover {
	border-bottom: none;
	border-top: 4px solid black;
}

h1 {
	text-transform: uppercase;
	font-weight: normal;
}


/********** KERNING **********/


.kern1 {
	letter-spacing: 0.08em;
	margin-right: 5px;
}

.kern2 {
	letter-spacing: 0;
}