body {
		color: #fff;
		font-family: "Georgia",Verdana;
		background-image: url(BackgroundPattern2.jpg);
		background-repeat: repeat;
		background-position: center;
		background-attachment: fixed;
}

body.main {
		margin: 30px 100px 20px 100px;
}

/*
This is where I put notes, kay?
*/

body.homie {
		text-indent:-20px; 
		line-height= normal;
		margin: 30px 10% 20px 10%;
                font-size: ;
}

body.homie mainpart {
		margin: 30px 300px 20px 300px;
}

body.main Special {
		color: #bde;
		font-weight: normal;
		font-style: italic;
}

a {
		text-decoration: none;
		font-style: none;
}

body.nav {
		background-color: #1a2a5a;
		margin: 10px;
		word-spacing: 20px;
}

a.spesh {
                background-color: #1a2a5a;
		margin: 10px;
		word-spacing: 25px;
                color: #000;
}

a:link {
		color: #9bd;
}

a:visited {
		color: #cce;
}

a:hover {
		color: #bde;
                text-decoration: underline;
}

a.nav {
		font-style: normal;
}

h1 {
		color: #ace;
		font-style: italic;
		text-indent: -40px;
}

h2 {
		color: #ace;
		font-style: italic;
		text-indent: -15px;
}	
	