/* INDIVIDUAL PAGE CUSTOMIZATIONS */
/* if you wish to change certain things around on a specific page, 
 * put a <div class="whatever_i_want"> inside of the header and footer 
 * includes around all the content. Then use the .whatever_i_want css 
 * selector to style whatever you wish inside of it on this file. If
 * you want to select items inside the page div, just put 
 * .whatever_i_want htmltag {} 
 * and css knows this means the second item is inside the first item.
 * Look at the .index img () css to see how customization was made to img's
 * inside of the <div class="index"> container (located in index.shtml).
 */
 
/* INDEX PAGE */
.index img {
	margin:30px;
}
.index {
	font-weight:bold;
	color:#999966;
	text-align:center;
	font-size:110%;
}