/* Some color for the pages */
body {
	color: #000000;
	background-image: url(../images/background1.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	}
  
/* get rid of the underlined links */
a:link {
	color: red;
	background-color: transparent;
	text-decoration:none;
	}

a:visited {
	color: red;
	background-color: transparent;
	text-decoration:none;
	}

a:hover {
	color: red;
	background-color: transparent;
	text-decoration: none;
	}

a:active {
	color: red;
	background-color: transparent;
	text-decoration:none;
	}

/* Set the special link colors */

a.special:link {
	color: #000;
	background-color: transparent;
	text-decoration:none;
	}

a.special:visited {
	color: #000;
	background-color: transparent;
	text-decoration:none;
	}

a.special:hover {
	color: #000;
	background-color: transparent;
	text-decoration: none;
	}

a.special:active {
	color: #000;
	background-color: transparent;
	text-decoration:none;
	}
	
/* Set the special link colors */

a.cool:link {
	color: red;
	background-color: transparent;
	text-decoration:none;
	}

a.cool:visited {
	color: red;
	background-color: transparent;
	text-decoration:none;
	}

a.cool:hover {
	color: red;
	background-color: transparent;
	text-decoration: none;
	}

a.cool:active {
	color: red;
	background-color: transparent;
	text-decoration:none;
	}
  
/* Some margins and stuff for the page, like you know whatever */
html {
  margin: 0}
body {
  margin: 0em 0em 0em 0em}