body {	
		font-family:	 	Verdana, Geneva, Arial, sans-serif;
		line-height:        	1.4em;
	 	margin-left:		5%;
	 	padding:		10px 10px 10px 10px;
		color:	     		black;
		background-color: 	#9999cc;
	}
	
h1,h2 {
	color: #851510;
	}

h1	{
		font-size:		170%
		font-weight: medium;
	 }
h2	{
		font-size:		130%
		font-weight: normal;
	 }
	
#building {
	line-height:		1.2em;
	font-family:		"Courier New", Courier, Times, serif;
	font-size:		18px;
	font-style:		bold;
	color:			white;
	text-align:		center;
	border-color:        	white;
	border-width:        	2px;
	border-style:        	dashed;
	background-color:    	#851510;
	padding:	     	2px;
	margin-top:	     	5px;
	margin-bottom:		100px;
	margin-left:		400px;
	margin-right:		400px;
}
		
#weeklymontages {
	
	line-height:	1.2em;
	border-width:	4px;
	border-style:	solid;
	border-color:	black;
	width:		800px;
	margin-top:   	75px;
	margin-bottom:	75px;
	margin-left:	200px;
	margin-right:	400px;
	padding-left:	35px;
	padding-bottom:	35px;
	

}
                                                                                                    
#pages {
	
	line-height:	1.6em;
	border-width:	4px;
	border-style:	solid;
	border-color:	black;
	width:		400px;
	margin-top:   	75px;
	margin-bottom:	100px;
	margin-left:	100px;
	margin-right:	700px;
	background: url(backgroundimages/sillysammy.jpg) repeat-y;
}
                                                                     

#footer {
	font-size:	50%;
	text-align:	center;
	line-height:	normal;
	margin-top:	30px;
}			

a:link {
  color:               #007e7e;
}

a:visited {
  color:               #333333;
}

#pages a:link {
  color:               #051f52;
}

#pages a:visited {
  color:               #4f0b07;
}

#pages a:hover {
  background:          #0b0d23;
  color:               #ffffff;
}

