html {
	width:1024px;
	height:768px;
	margin-top:1em;
    margin-left:1em;
    margin-bottom:1em;
}

body {
    background-repeat:repeat;
   	background-image:url(imgs/circuit-dark.jpg);
    background-color:#000000;
    
    /* Default color (play with this one!)*/
    /*color:#f0b863;*/
    /*text-shadow: #ddd235 2px 1px 20px;*/
    color:#f0b863;
    text-shadow: #999233 3px 1px 25px;
    
    /* Default color (backup)*/
    /*color:#eec66e;*/
    
    /* Original site color (2011) */
    /*color:#EBB81C;*/
   	font-family:Arial, Helvetica, sans-serif;
    font-size:medium;
}

ol,ul {
    padding: 0em 2em;
}

li {
    padding: 0.14em 0em;
}

a:link { 
    color:#FAF1C7; 
    text-decoration: none;
}

a:active { 
    color:#fafad2; 
    text-decoration: none;
}

a:visited { 
    color:#D2671A; 
    text-decoration: none;
}

article {
    text-align: justify;
}

/*
.code {
    padding: 0.5em;
    width: 45em;
    border-width: 0.1em;
    border-style: dotted;
    text-align: left;
}
*/
