body {background-color:#A0A0A0;}
a:link    {color:black;}
a:visited {color:black;}
a:hover   {color:red;}
a:active  {color:black;}
a {text-decoration:none;}
p {text-indent:25px;}
ul {list-style-type: none;margin: 0;padding: 0;width: 100px;text-align: center}
li a {display: block;background-color: #23b14d;padding: 10;}
li a:hover {background-color: #555;color: white;}
li a:active {color: grey;}


div#container {width: 800px;min-height: 200;}

div#header {background-color:#FFA500;background-image: url(yucca.png);background-repeat:no-repeat;color:white;text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;text-align: left;}

div#menu {background-color:#23b14d;min-height: 100px;width:100px;float:left;font-size:large;height:75vh;text-align: left;padding-bottom:40px}

div#content {background-color:#EEEEEE;min-height: 100px;width:660px;float:left;font-size:large;height:75vh;padding:20px;text-align: left;}

div#footer {background-color:#23b14d;clear:both;text-align:center;font-size:small;font-weight:bold;}
