/* THE GRANT WEB PAGE IS LINKED TO THE INTERNET VERSION OF THIS STYLE SHEET. THEREFORE, TO MAKE CHANGES YOU MUST CHANGE THE ADDRESS OF THE LINK
STYLE SHEET BACK TO THE LOCAL C: STYLE SHEET 3/4/06 */



body	{background-color: #ffffcc;border: solid 2px #000000}

p.main
{
font-family: times;
color: black;
border-style: inset;
border-width: 2px;
margin: 1cm;
padding: 0.5cm
}

h1,h2,h3,h4,h5,h6	{color: blue;text-align: center}
h1.main {text-align: left}
a			{color: #ffff66; text-decoration: none}
a.body			{color: #660000; text-decoration: none}
p.menue             {color: #ffff66}
hr                {color: #000000}

/* W3C General Border styles */

p.dotted {border-style: dotted}
p.dashed {border-style: dashed}
p.solid {border-style: solid}
p.double {border-style: double}
p.groove {border-style: groove}
p.ridge {border-style: ridge}
p.inset {border-style: inset}
p.outset {border-style: outset}

/* My chosen border styles */

body.double  {border-style: double}
table.solid  {border-style: solid; border-color: black}
table.top	{background-color: #ffff00;border: solid 5px #0000cc} 

/* If the #ffff66 does not work use #ffffff */

table.menue   {background-color: #0000cc;color: #ffff66;line-height: 1cm;text-align: center; align: center}
table.main    {border: solid 2px #000000}
/*td.menue      {border: groove #000000 2px;background-color: #0000cc; text-decoration: none} */
/* Boder for main Cell */
td.menue  {border: solid 3px #FFFFFF; width: 14%}
td.pic {border: solid 2px #000cc; width: 14%}

/* Unordered Lists */

ul.disc {list-style-type: disc}
/*ul.circle {list-style-type: circle}
ul.square {list-style-type: square}
ul.none {list-style-type: none} */

/* Ordered Lists */

/*
ol.decimal	{list-style-type: decimal}
ol.lroman	{list-style-type: lower-roman}
ol.uroman 	{list-style-type: upper-roman}
ol.lalpha 	{list-style-type: lower-alpha}
ol.ualpha 	{list-style-type: upper-alpha}
*/