
@charset "UTF-8";
/* CSS Document */

body { 
 font: 0.9em Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #aaa7a7; 
 color: #000000; 
 background-image: url(/images/news/tufts/Untitled-2.jpg); 
 background-attachment: fixed;
 }

#container{ 
  background-color: #3a1704;
  width: 922px;
  margin-top: 20px;
  margin-bottom: 20px;
}

h1 {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}

h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}

a,  a:link {
  color: #EBA63A;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: #D53E09;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #777777;
  text-decoration: underline;
}

a:focus {
  color: #000;
}

a:active {
  color: #777777;
}

#footer {
	font-size: 9px;
	margin: 10px auto10px auto; 
	padding: 10px 10px 10px 10px; 
}


#footercontent {
	margin: 10px auto;
	padding: 10px;
	text-align: center;
	font-size: 8pt;
	line-height: 1.5;
}
blockquote    {
	margin-right: 20px;
	margin-left: 30px;
	line-height: 20px;
}

