body {
	background-color: #000;
	padding:          0px;
	margin:           0px;
	height:           100%;
	width:            100%;
	font-family:      Verdana,Arial,Helvetica;
}

h1 {
	font-size:        16pt;
	font-weight:      bold;
}

h2 {
	font-size:        11pt;
	font-weight:      bold;
	text-transform:   uppercase;
}

h1,
p {
	margin:0px;
	padding:0px;
	margin-bottom:15px;
}

div {
	box-sizing:       border-box;
	-moz-box-sizing:  border-box;
}

div.splash {
	text-align:       center;
	width:            100%;
	height:           auto;
}

div.cygnus {
	color:            #444;
	font-size:        0.8em;
	border:           0px;
	width:            700px;
	height:           700px;
	margin-top:       25px;
	margin-left:      auto;
	margin-right:     auto;
	margin-bottom:    25px;
}

div.cygnusnavigation {
	text-align:       left;
	padding-left:     10px;
	padding-right:    10px;
	padding-top:      5px;
	padding-bottom:   5px;
	font-size:        0.8em;
	font-weight:      bold;
	color:            #fff;
	border-bottom:    3px double #444;
}

div.cygnusnavigation a {
	text-decoration:  none;
}

.dlink, a {
	font-family:      Verdana,Arial,Helvetica;
	color:            #ff00cc;
}

a:visited {
	color:            #ff00cc;
}

a:hover {
	color:            #ffffff !important;
}

.dlink {
	color:            #888888 !important;
}

div.cygnuscontent {
	text-align:       left;
	padding:          10px;
	font-size:        1em;
	color:            #fff;
	overflow:         auto;
}

.align-left {
	text-align:left;
}

.align-right {
	text-align:right;
}

.align-center {
	text-align:center;
}