
/*
ROOT.CSS
  for root pages = index, sitemap, about, guestbook
  created March 2013
*/


/* TAGS */
table           {margin: 0 auto}

body            {font-family: Arial, sans-serif; background-color: rgb(225,225,225); font-size: 13pt; font-weight: bold; text-align: center}
hr              {height: 3px; background-color: rgb(222,110,0); width: 100%; margin-top: 10px}
span            {color: green}
h1             	{font-size: 30pt; text-align: center; margin-bottom: 5px; margin-top: 0px;
                  font-family: Calibri, sans-serif; color: rgb(150,0,0)}
hr        	    {background-color: rgb(222,116,5); height: 3px; width: 750px}


/* LINKS */
a:link          {color: rgb(150,0,0)}
a:visited       {color: rgb(222,110,0)}
a:hover         {color: green}
a:active        {}


/*  IDs  */
#linklist       {vertical-align: top}
#note           {color: rgb(150,0,0); vertical-align: bottom; text-align: center}
#toplinks 	    {margin: 20px 0px 20px 0px; font-size: 13pt; font-family: Arial, sans-serif; font-weight: bold}
#bottomlinks    {margin: 0px 0px 20px 0px; font-size: 13pt; font-family: Arial, sans-serif; font-weight: bold}
#pageend        {margin-bottom: 25px; font-size: 10pt; font-family: Arial, sans-serif; font-weight: bold}
#lastline     	{margin-top: 25px; margin-bottom: 0px}

