/* 	StyleSheet ämnat för AnnikaBryn.com
	Kod: Somenboll Studios | Lowe Bäckström */

/* Grund-deffar */
body {
	background-color: #A8C3CE;
	margin: 0px;
	background-image: url(../_images/_design/main_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
td { font-family: "Times New Roman", Times, serif; font-size: 17px; color: #000000; }
hr { height: 1px; width: 100%; color: #583C07; }


/* Form och Design */
.window_bg { background-image: url(../_images/_design/window_bg.gif); }
.window_left_bg { background-image: url(../_images/_design/window_left_bg.gif); }
.window_bottom_bg { background-image: url(../_images/_design/window_bottom_bg.gif); }

.menu_bg { background-image: url(../_images/_design/menu_bg.gif); }
.menu_right { background-image: url(../_images/_design/menu_right.gif); }


/* Textformatering */
.text_head { font-family: "Courier New", Courier, mono; font-size: 18px; color: #C84927; font-weight: bold; }
.text_subhead { font-family: "Times New Roman", Times, serif; font-size: 20px; color: #C84927; }
.text_small { font-size: 11px; }
.text_medium { font-size: 13px; }
.text_big { font-size: 16px; }
.text_news { font-family: "Courier New", Courier, mono; font-size: 16px; color: #FF0000; }

.footer { color: #C3DCE7; }
