body
{
	font-family: sans-serif;
	background: black;
	color: white;
	margin-left: 100px;
	margin-right: 5%;
	background-image: url(./circuit.png);
	background-repeat: repeat-y;
	background-position: left;
	
}

h1
{
	color: #0AAB00;
	font-family: serif;
	text-align: center;
	
}

h1:first-letter
{
	font-size: 2em;
}

A
 {
    font-weight: bold;
 }
 

A:link
{
	color: #0AAB00;
	text-decoration: none;
}

A:visited
{
	color: #099A00;
}

A:hover
{
	color: #1BBC11;
	
}

A:active
{
	color: white;
	background: #32CD32;
}

ul.lab
 {
    font-size: 1em;
    list-style-type: square
 }
 
ul.lab li
 {
     font-size: 1em;
     padding-top: 0.1em;
     margin-left: 3em;
     
     
 }
 
    
ul
{
    font-size: 1.5em;
    list-style-type: none;
    
    
}

ul li
 {
    padding-top: .75em;
 }
 

ul ul
{
    font-size: .75em;
}

ul ul li
 {
    padding-top: 0em;
 }
 
ul ul ul
{
	font-size: 1em;
	list-style-type: circle;
}


p
{
    padding: 5%
    margin: 5%
}

img
{
    float: right;
    padding-left: 2%;
    padding-bottom: 2%;
    width: 300px;
    
}

    