a:link {color:red;}
a:visted {color:yello;}
a:focus {color:olive;}
a:hover {color:green;}
a:active {color:blue;}

h1
   {
   color:red;
   }


.mybody
   {
   text-align:center;
   background-color:rgb(192, 192, 255);
   }


.leftimage
   {
   width:200px;
   border-width:10px;
   border-style:ridge;
   border-color:red;
   }


#redhorzline
   {
   size:2px;
   width:90%;
   text-align:center;
   color:black;
   }


#mylinksbox
   {
   text-align:center;
   margin:auto;
   }


#mylinks
   {
   width:90%;
   border-style:ridge;
   border-width:10px;
   border-color:red;
   z-index:100;
   }


#mylinksinrow
   {
   width:90%;
   border-style:ridge;
   border-width:10px;
   border-color:red;
   z-index:100;
   }


#noborderlinks
   {
   width:90%;
   border-width:2px;
   border-style:solid;
   border-color:red;
   background-color:#ffffc0;
   }


#boldtext
   {
   font-weight:bold;
   }


#bigboldtext
   {
   font-weight:bold;
   font-size:140%;
   color:red;
   }

#bigboldtextblack
   {
   font-weight:bold;
   font-size:140%;
   color:black;
   }


 #redtext
   {
   color:navy;
   }

#centeredtext
   {
   text-align:center;
   }


#deercenteredtext
   {
   width=50%;
   text-align:center;
   }


#smallcenteredtext
   {
   text-align:center;
   font-size:80%;
   }


#bordercenteredtext
   {
   text-align:center;
   border-width:1px;
   border-style:solid;
   border-color:black;
   }


#deerbordercenteredtext
   {
   width:360px;
   text-align:center;
   border-width:1px;
   border-style:solid;
   border-color:black;
   }


#firefoxdeerbordercenteredtext
   {
   width:360px;
   text-align:center;
   border-width:1px;
   border-style:solid;
   border-color:black;
   position:absolute; left:30%;
   }

#netscapedeerbordercenteredtext
   {
   width:360px;
   text-align:center;
   border-width:1px;
   border-style:solid;
   border-color:black;
   position:absolute; left:34%;
   }


#lefttext
   {
   text-align:left;
   }


#smalltext
   {
   font-size:80%;
   }


#highlighttext
   {
   /*font-size:80%;*/
   color:red;
   }


#maintable
   {
   width:100%;
   border-style:none;
   }

#linkstablerow
   {
   border-style:solid;
   border-color:black;
   border-width:3px;
   background-color:#ffffc0;
   padding-bottom:8px;
   }


#leftcolumnwobg
   {
   width:20%;
   border-style:none;
   }

#leftcolumn
   {
   width:20%;
   border-style:solid;
   border-color:black;
   border-width:3px;
   background-color:#ffffc0;
   }

#middlecolumn
   {
   width:5%;
   border-style:none;
   }

#rightcolumn
   {
   width:70%;
   border-style:none;
   }



#murphytribute
   {
   color:navy;
   font-size:110%;
   }


#introtext
   {
   background-color:#ffffc0;
   border-style:solid;
   border-width:3px;
   border-color:black;
   }

#maintext
   {
   background-color:#ffffc0;
   border-style:solid;
   border-width:3px;
   border-color:black;
   }


#maintextwithpadding
   {
   padding:10px;
   background-color:#ffffc0;
   border-style:solid;
   border-width:3px;
   border-color:black;
   }



#datemodified
   {
   margin:1em auto;
   font-family:arial,sans-serif;
   font-style:normal;
   font-variant:normal;
   font-weight:normal;
   font-size:11px;
   line-height:normal;
   font-size-adjust:none;
   font-stretch:normal;
   text-align:center;
   }


#mycounter
   {
   text-align:center;
   color:#0000FF;
   /*font-family:Times New Roman;*/
   font-size:80%;
   }


#makeclear
   {
   color:red;
   }


#murphylinks
   {
   border-style:solid;
   border-color:red;
   border-width:1px;
   margin:4%;
   margin-top:4px;
   margin-bottom:4px;
   }


#rowlinkbox
   {
   font-size:80%;
   border-style:solid;
   border-color:red;
   border-width:2px;
   padding-bottom:2px;
   padding-left:2px;
   padding-right:2px;
   margin:5px;
   }


#columnlinkbox
   {
   font-size:100%;
   border-style:solid;
   border-color:red;
   border-width:2px;
   padding-bottom:2px;
   padding-left:2px;
   padding-right:2px;
   margin:5px;
   }


#linkdivider
   {
   width:80%;
   color:red;
   }

#fulllinkdivider
   {
   width:100%;
   color:red;
   height:3px;
   }


#commentbox
   {
   padding:10px;
   background-color:#ffffc0;
   border-style:solid;
   border-width:3px;
   border-color:black;
   width:200px;
   }


#firefoxcommentbox
   {
   padding:10px;
   background-color:#ffffc0;
   border-style:solid;
   border-width:3px;
   border-color:black;
   width:200px;
   position:absolute; left:39%;
   }

#netscapecommentbox
   {
   padding:10px;
   background-color:#ffffc0;
   border-style:solid;
   border-width:3px;
   border-color:black;
   width:200px;
   position:absolute; left:41%;
   }



