

body {
  color: #000;
  background: white;
  margin-left: 5%;
  margin-right: 5%;
}

#page{
	margin: auto;
	margin-top: 5px;
	width: 1100px;
	height: auto;
	font-family: helvetica,sans-serif;
}

div.button {
  width:8em;
  text-align:center;
}

div.mybox {
  margin:10px; 
  font-size: medium;
  font-family: helvetica,sans-serif;
  border:3px solid gray;
  border-radius: 10px;
  padding:10px;
}

div.sidebar {
  margin:10px; 
  font-size: medium;
  font-family: helvetica,sans-serif;
  border:3px solid gray;
  border-radius: 10px;
  padding:10px;
  width:8em;
  word-wrap:break-word;
}


#title1 {
  font-size: xx-large;
  font-weight: bold;
  align: center;
  width: 100%;
}

#title2 {
  font-size: medium;
  font-style: italic;
  text-align: right;
  width: 100%;
  color: red;
}

#see_also_box li{
	margin-left: -2em;
}

#see_also_box ul{
	margin: 0;
}

#demos_box li{
	margin-left: -2em;
}

#demos_box ul{
	margin: 0;
}


div.topmenu 
{
  margin-top:5px;
  margin-bottom: 5px;
}


div.footer {
  margin-top: 5px;
  margin-bottom: 5px;
}

notes_title {
  font-size: medium;
}

notes_author {
  font-size: small;
}

notes_third {
  font-size: small;
}

a:link
{
  color: black;
}

a:visited
{
  color: black;
}

a:hover
{
  color: red;
}

a:active
{
  color: black;
}


