
body{
text-align:center;
margin-left:auto;
margin-right:auto;
width:950px;
min-height:1000px;
padding-top:10px;
}

.header{
 /* border: 2px solid #cc9966; */
	border: 2px solid #606;
}

a:link {color: #990099}     /* unvisited link */
a:visited {color: #990099}  /* visited link */
a:hover {color: #999999}   /* mouse over link */
a:active {color: #990099}   /* selected link */

h1{
font-family:Arial, Helvetica, sans-serif;
font-weight:;
font-size:14px;
color:#ffffff;
padding: 5px 0;
margin:0;
background: url(../images/h5.png) ;
letter-spacing:1px;
}

/*
This is an old border style
.books, .researchguide, .articles, .reserves, .morehelp, .libraryinfo {
	border: 2px solid #660066;
}*/

.books{
background:url(../images/books.jpg);
background-position: right 28px;
background-repeat:no-repeat;
}
.articles{
background:url(../images/articles.jpg);
background-position: right 28px;
background-repeat:no-repeat;
}

.content{
font-family:Arial, Helvetica, sans-serif;
font-weight:;
font-size:12px;
color:#000000;
text-align:left;
padding: 4px 10px 2px 10px;
height: 140px;
border: 2px solid #660066;

}
