/* This was prepared by Dick Carpani 2007 05 28 */
<!--
/* Basic font description */
h1,h2,h3,h4,h5,h6,p 
{margin-left: 150px;color: black;
font-family:arial};
p 
{text-indent:};
h1
{}
h2
{}
h3
{}
h4
{}
h5 
{border-bottom: medium solid #ff0000}
h6
{text-align="center"}
h6.date
{font=small}
{text-align="left"}
/* Link properties */
/* a:link {color: #00CC00} */
a:link {color: black}
/*a:visited {color: #00FF00}*/
a:visited {color: blue}
a:hover {color: #CC0033}
a:active {color: #FFFF00}

/* Notice specs */
p.note
{margin-left: 150px;
color: red;
font-family:arial;
text-align:center;
background-color: yellow}

body 

{background-color: #9AE4E4;

/* Set logo inupper left corner */
background-image: url('scug-logo-150.jpg');
background-repeat: no-repeat;
}
/* internal links specs */
ul.navbar {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 150px;
  left: 10px;
  width: 140px }
ul.navbar li {
  background: white;
  font-family:arial;
  text-align:center;
  margin: 5px 0;
  padding: 1px;
  border-right: 5px solid black }
ul.navbar a {
  text-decoration: none }
  
  
  
-->
