
a:link
  { color: #D2691E }
a:visited
  { color: #A0522D }
a:hover
  { COLOR: #8A2BE2 /*The color of the mouseover or 'hover' link*/ }

a.leftmenu:link
  { float: left; color:white; background-color:purple; text-decoration:none; width:11em; border-top:1px solid white; text-align: center; }
a.leftmenu:visited
  { float: left; color:#D3D3D3; background-color:purple; text-decoration:none; width:11em; border-top:1px solid white; text-align: center; }
a.leftmenu:hover
  { color:white; background-color:#DA70D6; text-decoration:none;}

a.rightmenu:link
  { float: right; color:white; background-color:purple; text-decoration:none; width:11em; border-top:1px solid white; text-align: center; }
a.rightmenu:visited
  { float: right; color:#D3D3D3; background-color:purple; text-decoration:none; width:11em; border-top:1px solid white; text-align: center; }
a.rightmenu:hover
  { color:white; background-color:#DA70D6; text-decoration:none;}


pre
  { FONT-SIZE: SMALL; FONT-FAMILY: Arial,Helvetica,Verdana }

td
  { FONT-SIZE: SMALL; FONT-FAMILY: Arial,Helvetica,Verdana /*Properties of items inside of a table*/ }

.purple
  { background-image: url( "http://www.theupstartcrow.org/resources/purple_edge.gif" ); background-repeat: repeat-y }

body
  { background-color: #FFFFFF; text-color: #000000; FONT-SIZE: SMALL; FONT-FAMILY: Arial,Helvetica,Verdana }

input[type="text"]
  { background-color: #FFFFFF; text-color: #000000; FONT-SIZE: SMALL; FONT-FAMILY: Arial,Helvetica,Verdana }
input[type="submit"]
  {background-color: #DA70D6; width: auto; height: 50px; font-size: x-large}
textarea
  { background-color: #FFFFFF; text-color: #000000; FONT-SIZE: SMALL; FONT-FAMILY: Arial,Helvetica,Verdana }


div.menu
  { float:left; padding:1em; z-index:2; width:20em; }
div.center
  { position:absolute; align:center; width: 100%; }
div.right
  { float:right; margin:0; padding:1em; }

p.right
  { text-align: right } 
p.center
  { text-align: center }
p.article:first-letter
  { font-size: 150%; font-family: verdana "times new roman" "arial narrow", tahoma; }

ul.disc
  { list-style-type: disc }
ul.circle
  { list-style-type: circle }
ul.square
  { list-style-type: square }
ul.none
  {list-style-type: none}

img.left
  { float: left; border: 0px; margin: 0px 10px 10px 0px }
img.right
  { float: right; border: 0px; margin: 0px 0px 10px 10px }
