/* For everything */
html {
	font-size: 100%;
	height: 100%;
	margin-bottom: 1px;
}

/* Values common for the whole body */
body {
	color: rgb(51, 0, 51);
	background-color: rgb(255, 255, 255);
	background-image: url(images/lrock025.jpg);
	font-size: 12pt;
	font-family: Arial, "MS Sans Serif", sans-serif;
	font-weight: normal;
	text-align: left;
}

/* For headings */
.head1 {
	text-align: center;
	font-size: 36pt;
	font-weight: bold;
}

.head2 {
	font-size: 18pt;
	font-weight: bold;
}

.head2center {
	text-align: center;
	font-size: 18pt;
	font-weight: bold;
}

/* For normal paragraphs */
p.Normal {
	font-size: 12.0pt;
	margin-bottom: .000001pt;
}

/* Make superscript small as well */
sup {
	font-size: xx-small;
}

/* Change link properties */
A:link {color: #003300; background-color: transparent}
A:active {color: #000000; background-color: transparent}
A:visited {color: #003300; background-color: transparent}

/* For the left side menu */
#sidebar {
	float: left;
	width: 20%;
	font-size: 12pt;
	border: solid rgb(153, 0, 153) 2px;
}

/* For the rest of the screen */
#mainbody {
	position: relative;
	padding: 3px;
	margin-left: 21%;
}

/* For the candles page */
.candle {
	font-family: Papyrus, Arial, "MS Sans Serif", sans-serif;
	font-style: normal;
	font-weight: bold;
        font-size: 18pt;
}

@font-face {
	font-family: Papyrus;
	font-style: normal;
	font-weight: 700;
	src: url(font/papyrus.eot);
}

