/* CSS Document */

body {
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size: 1em;
}

h1 {
font-size: 1.5em;
font-weight:bold;
margin-top: -2px;
margin-bottom: -5px;
}

p { 
font-size:0.9em;
color: #0000CC;
}

.contents {
background-color: white;
border: 4px solid blue;
margin: 17px 40px 1px 50px;
padding: 10px 20px 0px 20px;
height: 472px;
overflow-y:auto;
}

.breadcrumb {
font-size: 0.75em;
color: darkgray;
position:absolute;
top:2px;
right:50px;
}

.intro {
background-color:white;
margin-top: 10px;
margin-bottom: 10px;
font-size: 0.8em;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight:bolder;
color: #0000FF;
}

ol {
font-size: 0.9em;
color: #0000CC;
}

li {
margin-left: -20px;
padding:0;
padding-bottom: 5px;
}

.comment{
color:forestgreen;
font-family:Arial;
font-size:0.9em;
}

.instruction {
background:white;
margin-top: -5px;
margin-left: 0;
margin-bottom:20px;
font-family:arial;
font-size:0.9em;
}

.acerFS {
font-weight: bold;
background-color: none;
margin: 20px 0 10px 0;
padding: 10px;
border: 1px solid gray;
}

.acerFS legend a:visited, a:link {
color: #009900;
}