/* File name: solyaris.css
   Date: 30 Nov 2008
   Validated CSS: NO Nov 2008
*/

/* Defaults for all elements. */

body {
	background-repeat: no-repeat;
	background-color: #5500aa;
	color: #cccccc;
	font-family: 'Arial,Arial Narrow,Tahoma,Helvetica,Verdana,sans-serif';
	font-size: 12px;
	font-variant: normal;
	text-decoration: none;
}

img {
    border: none;
}

blockquote {
	font-style: italic;
}

table {
	text-align: center;
}

/* Headers */

h1, h2, h3, title {
	color: #000000;
	text-align: center;
	text-decoration: none;
	font-size: 2.0em;
}

h3 {
	font-size: 0.9em;
	font-weight: normal;
}

/* Links. */

a:link {
	color: #aaaaff;
}

a:hover {
	font-weight: bold;
}

a:visited {
	color: #bbbbff;
}

a.active {
	color: #bbbbff;
}

/* Text and image alignment. */

.left {
	width: 100%;
	text-align: left;
}

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

.center {
	width: 100%;
	text-align: center;
	text-decoration: none;
}

.small {
	font-size: 0.85em;
	font-weight: normal;
}

.larger {
	color: #cccccc;
	font-size: 1.3em;
}

a.title {
	color: #000000;
	text-decoration: none;
}
