/* First reset browser default css for the elements we use */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {margin:0; padding:0;}
table {border-collapse:separate; border-spacing:2px;}
fieldset,img {border:0;}
address,caption,cite,em,strong,th,var {font-style:normal; font-weight:normal;}
h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:bold;}
input, textarea, select {font-family:inherit; font-size:inherit; font-weight:normal;}
h1,h2,h3,h4,h5,h6,p,ul,ol { text-align: left; }
dfn {font-style:inherit; font-weight:inherit;}

body, p {
     font-family: Arial, sans-serif;
     font-size: 12pt;
}

h1, h2, h3, h4, h5, h6 {
     font-family: Arial, sans-serif;
     font-weight: bold;
     margin: 2em 0 0 0;
}

h1 { font-size: 24pt; }
h2 { font-size: 22pt; }
h3 { font-size: 18pt; }
h4 { font-size: 16pt; }
h5 { font-size: 14pt; }
h6 { font-size: 13pt;  }

p {
	margin: 1em 0;
}

ul, ol {
	margin: 1em 0;
	padding-left: 40px;
}

li {
    margin: 0.3em 0;
}

pre, dl {
	text-align: left;
	margin-top: 1em;
}

blockquote {
	text-align: left;
	padding-left: 20px;
}

table {
	width: 100%;
}

code {
    font-family: Courier, monospace;
    font-style:normal;
    font-weight:inherit;
}

a:link, a:visited {
     font-family: Arial, sans-serif;
     font-weight: normal;
     text-decoration: none;
}

a:hover {
     text-decoration: underline;
}

a:active {
     font-family: Arial, sans-serif;
     font-weight: normal;
     text-decoration: none;
}

ul {
     font-family: Arial, sans-serif;
     font-weight: normal;
     list-style-type: disc;
}

#all {
	position: relative;
	margin: 0 120px 50px 120px;
	background-color: #FFF;
	text-align: center;
}

#title {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 22pt;
}

#standalone {
	position: relative;
	margin: 0 30px 10px 30px;
	background-color: #FFF;
	text-align: center;
}

.def {
	font-weight: bold;
}

.userinput {
	padding: 8px;
	border: 1px dashed #999999;
	background-color: #f1f1f1;
	font: 13px/20px Courier, monospace;
}
