/*
Set the whole body to what you want
*/
body {
	background-color: #999999;
	font-size: 1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/*
The wrapper gives you nice margins and an inner area
*/
.wrapper {
	width: 80%;
	background-color:#F2F2F2;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: thin solid #000000;
}

/*
The header is where your title goes
*/
.header {
	padding: 15px;
	margin: 0px;
	text-align: center;
        font-size: 2em;
}

/*
The menu is on the left
*/
.menu {
	width: 25%;
	padding: 10px;
	margin-top: 1px;
	float: left;
}
.menus {
	width: 100%;
	padding: 5px;
	margin-top: 1px;
	float: center;
}

/*
The main class contains the content of your site
*/
.main {
	margin-left: 30%;
	margin-top: 1px;
	padding: 10px;
}

/*
The footer appears at the bottom of the page
*/
.footer {
	padding: 15px;
	margin: 0px;
	border-top: thin solid #000000;
    background-image: url(http://www.geocities.com/drabble_cells/graphics/background.jpg);
}

/*
Set how links should look
*/
a:link {text-decoration: none; color: #D07177 ;}
a:visited {text-decoration: strong; color: #820F0F; }
a:active {text-decoration: strong; color: #C61717;}
a:hover {text-decoration: underline; color: #FA3737;
}

/*
Set how individual tags should look on your site
*/
strong {color : #DD5F5F;}

hr { 
  color      : #000000;
  size: "1px"
}

h1 {
  color      : #000000;
  font-size  : 2em;
  line-height: .6em;
}

table {
        align: center;
        font-size: .7em;
}

body {
        background-image: url(images/pens-bckgrnd.jpg);
	font-size: 1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

li {
    font-size: .9em; 
    color: #8A0808;
    align: right;
}

/*
This is for the first part of the homepage
*/
.explain {
	width: 65%;
        background-color: #ffffff;
        margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: thin solid #000000;
        font-size: .9em;}

.examples {
        width: 70%;
        margin-left: auto;
	margin-top: auto;
	padding: 5px;
        background-color: #ffeeee;
        border: thin dashed #000000;
        font-size: .9em;
}