red{   color: red; }
green{ color: green; }
blue{  color: blue; }
white{ color: white; }
black{ color: black; }
@font-face {
	font-family: SpaceAge; src: url('space age.ttf');
	/* Space Age by Justin Callaghan: http://www.dafont.com/space-age.font */
}
body{
	background: black;
	margin: 0px;
	padding: 0px;
}
header
{
	text-align:center;
	width:100%;
	display:block;
	margin-top: 10px;
	border-bottom: 1px solid #99ccff;
}
footer
{
	font-size: 10px;
	border-top: 1px solid #444;
	color: #ccc;
	display: block;
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-color:#333;
	text-align:center;
}
borderedbox
{
	align-content: center;
	color: #aaa;
	margin-top: 64px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 80%;
	max-width: 800px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: white;

	font-family: 'Roboto', sans-serif;

	line-height: 145%;
	font-size: 14pt;
	font-variant: small-caps;
	padding: 64px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 0px 10px #99ccff;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);

	text-align: center;
	/* IE10 */ 
	background-image: -ms-linear-gradient(top left, #FFFFFF 0%, #E6E6E6 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top left, #FFFFFF 0%, #E6E6E6 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top left, #FFFFFF 0%, #E6E6E6 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #FF0000), color-stop(1, #E6E6E6));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top left, #333333 0%, #464646 100%);
	/* Proposed W3C Markup */ 
	background-image: linear-gradient(top left, #FFFFFF 0%, #E6E6E6 100%);
}
borderedbox a:hover
{
	color: #00cccc;
}
borderedbox a
{
	font-family: "Courier New", Courier, monospace;
	color: #99ccff;
	font-style: Monospace;
	text-transform: none;
}
social
{
	position: absolute;
	right: 0px;
	bottom: 32px;
	width: 50%;
	margin-left: auto;
}
.cname
{
	text-transform: none;
	font-variant: normal;
	font-family: SpaceAge;
	white-space: nowrap;
	color: #00cccc;
	font-style: normal;
/*		content: '.';*/
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	/* No support for these yet, use at own risk */
	-o-user-select: none;
	user-select: none; 
}
.cname:before
{
	color: #99ccff;
	content: 'Can';
}
.cname:after
{
	color: #99ccff;
	content: 'DO';
}