﻿@import 'https://fonts.googleapis.com/css?family=Special+Elite|Loved+by+the+King|Scope+One|Shadows+Into+Light+Two';

 
 /* Make new layout elements block elements in older browsers */

body {
	background-color:#050714;
	}
	
#wrapper {
	width:1000px;
	margin:auto;
	display:table;
}

	
h2 {
	font-family: 'Special Elite', sans serif;
	font-size: 3em;
	text-align:center;
	color:lightblue;
	font-weight: bold;
  	text-shadow:3px 3px 6px black;
  	}

p  {
	font-family: 'Scope One','Open Sans Condensed', sans-serif;
	color: white;
	font-size: 1.3em;
	margin:0;
	}
	
p.read  {
	font-family:'Loved by the King','Shadows Into Light Two','Scope One', sans-serif;
	color: white;
	font-size: 2em;
	text-shadow:3px 3px 6px black,-2px -2px 8px black;
	}	

a:link {
    color:#c5e7ff; 
    border-bottom: 1px white dotted;
    padding:2px;
    text-decoration:none;
	}
	
a:visited {
    color:lightsteelblue;
    padding:2px;
    text-decoration:none;
	}

a:hover {
    background-color:#69889b; text-shadow:none; border-radius:6px; color:white; padding:6px 16px;
	}
	
a:active {
    background-color:#FFFFFF;
    color:#ff0000;
    padding:2px;
    text-decoration:none;
	}

table {
	width:100%;
}

td {
	width:50%;
	border-bottom:1px dotted white;
	padding:6px;
}

