/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
	
p, blockquote, ol, ul, li, dl, dt, dd, td { 
	font-size: 14px;
}

p.title {
	font-size: 72px;
    font-weight: bold; 
}

p.subtitle {
	font-size: 24px;
}

h1 { 
 font-weight: bold;
 color: #660000; 
}

h2 { 
 font-weight: bold;
 color: #660000; 
}

h3 { 
 font-weight: bold;
 color: #660000;
}

h4 { 
 font-weight: bold;
 color: #660000; 
}

.itemBorder { 
 border: 1px solid #000000;
}

#main-content-boundary {
	max-width: 800px;
	margin: auto;
}

a.bbb:link { color: #DDDDDD; 
 font-weight: bold; 
 font-size: 14px; 
 text-decoration: none; }
 
a.bbb:visited { color: #DDDDDD; 
 font-weight: bold; 
 font-size: 14px; 
 text-decoration: none;  }
 
a.bbb:active { color: #FFAA00; 
 font-weight: bold; 
 font-size: 14px; 
 text-decoration: none;  }
 
a.bbb:hover { color: #FFFFFF; 
 font-weight: bold; 
 font-size: 14px; 
 text-decoration: none;  }

