<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">



/* Rik Taylor Entertainment 

Author: Victoria L. Taylor
   Date: 15 October 2005  */

body {color: blue}    /*This is for the text */
h1, h2, h3, h4, h5, h6 {font-family: sans-serif; color: red}  /* selectors {declarations} */


address {color: blue; font-style: normal; font-variant: small-caps;
	text-align: center; clear: both} 
/*clear: both means it will place the address below anything that is within the margins */

#logo {text-align: right; border-bottom: 2px solid red }
#links {width: 150px; float: left; background-color: rgb(0,0,204);
margin-right: 10px; padding: 10px; border: 2px solid black}
#links a {display: block; font-family: sans-serif; color: white; font-size: 12pt}


#bio {width: 275px; float: left; background-color: rgb(175,145,57); font-family: sans-serif; font-size: 12.4pt;
margin-right: 10px; padding: 10px; border: 2px solid black}



/* These links have to be in the following order - link, visited, hover, active */
#links a:link {text-decoration: none}
#links a:visited {text-decoration: none}
#links a:hover {color: red; text-decoration: none}
#links a:active {text-decoration: none} /* amount of time that you hold the link down */

#links a.newgroup {margin-top: 20px}


#firstp {padding-right: 5px; padding-left: 50px; padding-top: 5px; font-size: 15pt}
#firstp:first-letter {color: red; float: left; font-size: 300%; line-height: 0.8}

#red em {color: red}

 /*This changes the space between the links - this is a class, not an id - this is a sub */
#main {width: 70%; float: left; padding-left: 10px}
#main b {color:red}

#header {text-align: center; font-size: 150%; 
text-decoration: underline; color: black}


#moonbounceinfo b {color: red}

#gold {color: gold}
#blue {color: blue}
#silver {color: silver}
#red {color: red}
#white {color: white}

#view {width: 150px; text-align: center; background-color: rgb(0,0,204);
margin-right: 3px; padding: 3px; border: 2px solid black}
#view a {display: block; font-family: sans-serif; color: white; font-size: 12pt}

/* These links have to be in the following order - link, visited, hover, active */
#view a:link {text-decoration: none}
#view a:visited {text-decoration: none}
#view a:hover {color: red; text-decoration: none}
#view a:active {text-decoration: none} /* amount of time that you hold the link down */

#view a.newgroup {margin-top: 5px}


