<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Template name: Bright Pixel
Template URI: http://templates.arcsin.se/bright-pixel-website-template/
Release date: 2006-05-07
Description: A smooth, monochrome, lightweight design.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

/* standard elements */
a {
	color: #8B0000;
	text-decoration: none;
}
body {
	background: #CCC url(img/bg.gif) repeat-y fixed bottom center;
	color: #333;
	margin: 20px 0;
	text-align: center;
	font: normal 0.8em sans-serif,Arial;
}
.gfx a {
	background: #F5F5F5 url(img/acme_smaller.jpg) no-repeat;
	display: block;
	height: 326px;
	background-position: center
}

/* header */
.header {
	background: #FFF;
	border-bottom: 1px solid #E5E5E5;
	font: bold 2.6em Arial;
	line-height: 3em;
}

/* main */
.main {
	background: #FFF; 
	border: 3px double #EEE; 
	border-color: #E4E4E4 #CFCFCF #CCC #CFCFCF; 
	margin: 20px auto 4px auto; 
	text-align: justify;
	width: 1000px; 
}
.container {
	margin: 10px;
}

/* menu */
.menu a {
	background: #EEE;
	border-right: 1px solid #CECECE;
	border-top: 1px solid #E5E5E5;
	color: #555;
	float: left;
	padding-top: 4px;
	font-size: 16pt;
	width: 162px; height: 36px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background: #EEE url(img/bgmenu.gif) repeat-x;
	color: #222;
}
.menu a#last {
	width: 200px;
	border-right: none;
}

/* content */
.content {
	background: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	clear: both;
}
.content h1 {
	margin: 0;
	font: bold 1.2em sans-serif,Arial;
	color: #666;
}
.content p {
	margin: 3px 0 6px; color: #000;
}
.item {
	background: #FCFCFC url(img/bgitem.gif) repeat-x;
	padding: 10px;
}
.strongtext{
	font-size:11pt;
	font-weight:bold;
}

/* footer */
.footer {
	padding: 5px;
	background: #F5F5F5;
	color: #666;
}
img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
	padding:15pt;
}
.bigtext{
	font-size:10pt;
}
.column {
    width:20%;
    float:left;
	text-align:center;
}
.columnb {
    width:33%;
	text-align:center;
	display:inline-block;
}
.ocolumn {
    width:40%;
    float:left;
	text-align:center;
}
.containerb {
	width:80%;
	margin-left: auto;
    margin-right: auto;
}
.lj {
	text-align: left;
}
.cj {
	text-align: center;
}
.padded{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.bigtext{
	font-size:12pt;
}
.footer .left, .footer .right {padding: 0 12px;}
.footer .right, .footer .right a {color: #AAA;}
.footer .right a:hover {color: #444;}

/* floats */
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}
</pre></body></html>