/* wlair.us.to Stylesheet
   Time-stamp: <2016-05-16 04:14:18 PDT xoddf2> */

body {
	font-family: sans-serif;
	font-size: 90%;
	background: #F3F3F3;
	color: #0C0C0C;
}

/* Header */
header {
	text-align: center;
}
#sitename a:link, #sitename a:visited {
	color: #6699FF;
}

/* Navigation Bar */
nav#navi ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
nav#navi li {
	display: inline;
	padding: 8px;
}

/* Misc IDs and Classes */
.center {
	text-align: center;
}
.leftalign {
	float: left;
}
.rightalign {
	float: right;
}
.inlinetitle {
	font-weight: bold;
}
.modified {
	font-style: italic;
}

/* List */
li {
	list-style-type: square;
}

/* Horizontal Lines */
hr.contentedge {
	border: 0;
	height: 1px;
	margin: 8px 0px 8px 0px;
	background: #CCCCCC;
}

/* Links */
a:link {
	text-decoration: none;
	color: #226666;
}
a:visited {
	color: #2D882D;
}
a:active {
	color: #AA3939;
}
a:hover {
	text-decoration: underline;
}

/* Footer */
footer {
	font-size: 85%;
}
