body {background-color: blue} 

table {background-color: white; 
	border: 5px red solid; 
	}

.red {background-color: red}
.blue {background-color: blue}
.yellow {background-color: yellow}
.green {background-color: green}
.lightblue {background-color: #d2d3fe}
.sidebar {background-color: #d2d3fe}

h1 {font-size: 24pt;
    font-family: Comic Sans MS;
    font-weight: bold;
    font-style: italic;
    color: blue;
    margin-top: 0px;
    margin-bottom: 0px;
    }

h2 {font-size: 16pt;
    font-family: Comic Sans MS;
    font-style: italic;
    color: blue;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 25px;
    }

p {font-size: 12pt;
   font-family: Arial;
   }

.sidetext {font-family: Comic Sans MS;
	   color: blue;
	   }

.address {font-size: 14pt;
	  font-weight: bold;
	  color: green;
	  }

a:link {color: blue;
	
	font-family: Arial;
	
	font-size: 12pt;

	}

a:active {color: blue;
	
	font-family: Arial;
	
	font-size: 12pt;
	
	}

a:visited {color: blue;
	
	font-family: Arial;
	
	font-size: 12pt;
	
	}

a:hover {color: red;
	
	font-family: Arial;
	
	font-size: 12pt;
	
	}

.pic {display: none}


.rightpic {float: right}
.leftpic {float: left}


