html {
  
  overflow-y: scroll;
}

a {
  
  color: #0083C8;
}
 
body {
	
  min-width: 765px;
  font-size: 12px;
  line-height: 18px;
  font-family: Verdana,sans-serif;
  background-color: #fff;
  color: #666666;
  margin: 0;
}
 
h1 {
  
  font-size: 15px;
}

h1.title  {
  
  background-image: -moz-linear-gradient(top, #2c6dcc, #9cb9e3);
  background-image: -ms-linear-gradient(top, #2c6dcc, #9cb9e3);
  background-image: -o-linear-gradient(top, #2c6dcc, #9cb9e3);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#2c6dcc), to(#9cb9e3));
  background-image: -webkit-linear-gradient(top, #2c6dcc, #9cb9e3);
  background-image: linear-gradient(top, #2c6dcc, #9cb9e3);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  
  margin: 0;
  
  height: 60px;
  padding: 1px 0 11px 14px;
  font-size: 23px;
}

h2 {
  
  font-size: 13px;
}

h3 {
  
  font-size: 12px;
}


textarea {
  
  font-size: 12px;
}
 
textarea#body {
  
  height: 45em;
  width: 100%;
}
 
textarea.src  {
  
  
}
 
textarea.template {
  
  width: 300px;
  height: 100%;
}
 
td {
  
  font-size: 12px;
}

ul {
  
  padding-left: 10px;
  margin: 0;
}

li {
  
  list-style: none;
}

#header {
  
  min-width: 820px;
  position: relative;
}

.title {
  
  color: #FFFFFF;
  line-height: 2em;
  background: none repeat scroll 0 0 #DA6272;
  padding-left: 10px;
  margin: 9px 0;
}

#contents {
	
  width: 260px;
  margin: 0 auto;
}

#footer {
  clear: both;
  background: none repeat scroll 0 0 #DDDDDD;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 10px;
}


pre.source {
  
  background-color: #eee;
  margin: 5px;
  padding: 10px 15px;
}

