<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
	<head>
	
	<title>CSS Style Sheet for AIU Libraries</title>
<style type="text/css">
<!--
body {
   color:#000000;
   font-family:arial, verdana, helvetica, sans-serif;
}
a:link {color:#0033ff; text-decoration: underline;
}
a:vlink {color:#660099; 
}
a:alink {color:#cc0000; 
}
a:hover {color:#cc0000; 
text-decoration: none;
}
strong, b {
	font-weight: bold;
}
ul#navlist { font-family: sans-serif; }

ul#navlist a
{
font-weight: bold;
text-decoration: none;
}

ul#navlist, ul#navlist ul, ul#navlist li
{
margin: 0px;
padding: 0px;
list-style-type: none;
}

ul#navlist li { float: left; }

ul#navlist li a
{
color: #330099;
background-color: #ccffff;
padding: 3px;
margin: 3px;
border: 2px #330099 outset;
}

ul#navlist li a:hover
{
color: #cc0000;
background-color: #ccffff;
}

ul#navlist li a:active
{
color: #cccccc;
background-color: #ccffff;
border: 2px #330099 inset;
}

ul#subnavlist { display: none; }
ul#subnavlist li { float: none; }

ul#subnavlist li a
{
padding: 0px;
margin: 0px;
}

ul#navlist li:hover ul#subnavlist
{
display: block;
position: absolute;
font-size: 8pt;
padding-top: 5px;
}

ul#navlist li:hover ul#subnavlist li a
{
display: block;
width: 10em;
border: none;
padding: 2px;
}

ul {list-style: disc }

h1 {
color: #330099;
font-family: cursive; 
padding:0;
text-align: center;
}
h2 {background-color: #ccffff;
color: #33009;
font-family: cursive; 
padding:0;
width:40%;
border: 1px solid #330099; border-style: ridge;
background-image: url(gradient2.gif);
text-align: center;
}
h3 {background-color: #ccffff;
color: #33009; 
padding:0;
width:50%;
border: 1px solid #330099; 
font-size:98%;
text-align: center;
}
th {background-color: #ccffff;
color: #33009;
}
#header {
font-family: cursive; 
text-align: center;
}

#main {
width: 100%;
float: left;
background: #fff;
padding-left: 3px;
padding-bottom: 10px;
}

#main td {
vertical-align:top;
padding:3px;
}


#footer {
float: left;
font-size:small; 
background-color:#e0ffff;
background-image: url(gradient2.gif);
font-weight: bold;
width:100%;
}

.page {border-style:ridge;
border-color: blue;
border-width: 10px;
}

.center {text-align: center}
-->
</style>
</head>
<!--




p { font-family:arial, verdana, helvetica, sans-serif; }



/*to link type in, with brackets, link rel="stylesheet" type="text/css" href="stylesheet.css" /
*/

-->
</style>
</head>
<body>
</body>
</html>