/* Liberty Reading Workshop screen styles */

body {
	background-color: rgb(255,239,213); 
	color: rgb(103, 69, 23); 
	font-family: garamond, serif
}

h1 {
	font-size: 32pt; 
	line-height: 0.8; 
	text-align: center; 
	margin-top: 20px; 
	font-variant: small-caps;
	rgb:(103,69,23);
}

h2 {
	font-size: 28pt;  
	text-align: center
}

#main {  
	background-color: #C8852B; 
	color: white;  
	padding: 9px;
	font-size: 14pt
}


h3 { 
	font-size: 28pt
}

#main h4 {
	font-size: 18pt
}

#main a:link {
	text-decoration: underline
}	

.boxes 	{
	background-color: rgb(246,232,214);
	color: rgb(103,69,23);
	padding: 8px;
	border: 4px solid rgb(103,69,23);  
	font-size: 14pt
}

.boxes h1 {
	font-size: 20pt;
	text-align: left
	}
	
#links {
	padding: 9px;
	color: rgb(103,69,23);
	background-color: rgb(234,201,158);
	border: 3px solid rgb(103,69,23);
}
#links a {
	display: block; 
	text-align: left; 
	color: rgb(103,69,23); 
	background-color: rgb(234,201,158);
	font-size: 11pt; 
	margin-top: 20px;
	}
	
a:link {
	color: #804000;
	}
 
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}


#links a:hover {
	text-decoration: underline;
	color: maroon;
	background-color: rgb(234,201,158)
}


.blinks {
	text-align: center; 
	color: rgb(246,232,214); 
	background-color: rgb(103,69,23); 
	font-size: 12pt; 
	height: 100%;
}
	
.blinks a {
	color: rgb(246,232,214); 
	background-color: rgb(103,69,23); 
	padding: 6px;
	text-align: center
}

.blinks a:hover {
	text-decoration: underline;
	color: rgb(214,150,64);
	background-color: rgb(103,69,23)
}

.brtxtorgbkd {
	font-family: Garamond, serif;
	color: #674517;
	background-color: rgb(214,150,64);
	padding: 6px;
}
