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

/* ON STATE */

#body-about #nav-about, #body-music #nav-music, #body-projects #nav-projects, #body-links #nav-links, #body-contact #nav-contact, #body-1 #nav-1, #body-2 #nav-2, #body-3 #nav-3, #body-4 #nav-4, #body-5 #nav-5 {
	text-decoration: underline;
}


/* TYPOGRAPHY */

p, td {
	font-family: "Courier New", Courier, monospace;
	margin-top: 0px;
	padding-top: 0px;
}

h1 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 24px;
}

h2 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 21px;
}

h3 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 18px;
}

h4, h5, h6 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 16px;
}

.right a:link {
	color: #000000;
	text-decoration: underline;
}

.right a:hover {
	font-weight: bold;
	text-decoration: none;
}

.right a:visited {
	color: #000000;
	text-decoration: none;
}

.right a:active {
	color: #000000;
	text-decoration: none;
}

