/* CSS Document */

body {margin:0px;}

a:link {color: blue; text-decoration: underline;}
a:active {color:red; }
a:visited {color: rebeccapurple;}

.footer { margin: 0 auto; text-align: center; opacity:0.25; color:#999999; word-spacing: 0px; letter-spacing: 2px; font-size:0.8em; font-family: sans-serif;}

table { font-family: sans-serif;}
	
.content {
	    letter-spacing: 0px;
        word-spacing: 10px;
        text-shadow: 4px 0px 0px rgba(151, 91, 222, 0.3), -6px 0px 0px rgba(152, 222, 91, 0.2);
		}	
	
	.content h2 {
    letter-spacing: -1.5px;
    color: #222;
    
    font-style: italic;
    font-weight: 100;
 }