/* Setting Margins */
p {margin: 1% 7% 1%}
p.nomar {margin: 0% 0% 0%}
p.smallmar {margin: 6px}
h1,h2,h3,h4,h5,h6 {margin: 2% 3% 1%}
blockquote {margin: 1% 10% 1%}
dl.paramargin {margin: 1% 7% 1%}
ul.paramargin {margin: 1% 9% 1%}
ul.sidemar3 {margin: auto 3% auto}
ul.intable {margin: 12px 20px; list-style-image: url(bul2.gif);}

/* Default link styles */
a:link {color: #000099;font-weight: bold}
a:visited {color: #330066;font-weight: bold}
a:hover {color: #CC0033; font-weight: bold; background-color:#99DDFF}
a:active {color: #330099; font-weight: bold}

/* Less obtrusive links */
a.unob:link {color: #000099;font-weight: normal}
a.unob:visited {color: #330066;font-weight: normal}
a.unob:hover {color: #CC0033; background-color:#99DDFF;font-weight: normal}
a.unob:active {color: #330099;font-weight: normal}

/* Brighter links (for Grosseteste page) */
a.bright:link {color: #3366FF;font-weight: bold}
a.bright:visited {color: #3300FF;font-weight: bold}
a.bright:hover {color: #CC0033; font-weight: bold; background-color:#000033}
a.bright:active {color: #6600FF; font-weight: bold}

/*Balloontip code */
/***********************************************
* Rich HTML Balloon Tooltip- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
.balloonstyle{
position:absolute;
top: -500px;
left: 0;
padding: 5px;
visibility: hidden;
border:1px solid black;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: white;
width: 200px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}

/*I (Nigel) added this to make the link text less obtrusive than a regular link. Make the link class="balloon" */
a.balloon:link {color: #330078; text-decoration: none;font-weight: normal} /* unvisited link */
a.balloon:visited {color: #330078; text-decoration: none;font-weight: normal} /* visited link */
a.balloon:hover {color: #993300; text-decoration: none; background-color:#99DDFF;font-weight: normal} /* mouse over link */
a.balloon:active {color: #993300; text-decoration: none;font-weight: normal} /* selected link */

#arrowhead{
z-index: 99;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
}
/* End ballontip code */

