/* aRNE Universal CSS - Pakir 2000 */

/* Links 'n' Shit */
A:link		{COLOR: #004080; text-decoration: none;}
A:visited	{COLOR: #002040; text-decoration: none;}
A:hover		{COLOR: #005090; TEXT-DECORATION: underline;}
A:active	{COLOR: #001020; TEXT-DECORATION: underline;}

/* Tha Body */
body		{background-attachment: un-fixed; background-color: not-transparent; background-image: back.gif; background-repeat: repeat; background-position: notcenter notcenter; font-family: Arial; color: #000000; text-decoration: none; font-size: 12; font-weight: normal;
		scrollbar-face-color: #C5D4E2;
		scrollbar-shadow-color: #000000;
		scrollbar-highlight-color: #000000;
		scrollbar-3dlight-color: #000000; 
		scrollbar-darkshadow-color: #000000;
		scrollbar-track-color: #275C90; 
		scrollbar-arrow-color: #000000;
		}


/* Font-Sizes (using '<span class="xlarge">Xxx</span>' for target) */
.xlarge		{font-family: Arial Black; color: #000000; font-size: 17; font-weight: normal; line-height: normal;}
.large		{font-family: Arial; color: #000000; font-size: 15; font-weight: bold; line-height: normal;}
.medium		{font-family: Arial; color: #000000; font-size: 13; font-weight: normal; line-height: normal;}
.small		{font-family: Arial; color: #000000; font-size: 11; font-weight: normal; line-height: normal;}
.xsmall		{font-family: Arial; color: #000000; font-size: 9; font-weight: normal; line-height: normal;}
.nav		{font-family: Arial; color: #000000; font-size: 14; font-weight: bold; line-height: normal;}
.nav2		{font-family: Arial black; color: #000000; font-size: 14; font-weight: normal; line-height: normal;}
.nolines	{text-decoration: none;}
.smallbr	{font-size: 5;}

/* Rulers */
/*	HR		{color: #BA642A; size: 1; width: 50%; noshade;}	*/

/* Tables & Chairs */
Table			{}
TD			{}
TH			{}


/* Om något ska vara ens windowsfärg... måste luska ut alla andra färger eg. {background-color:threedface}	*/
/*									     {background-color:window}		*/


/*
Exempel:
#id:hover	{COLOR: #BB00FF; TEXT-DECORATION: underline;}
A:Hover		{COLOR: #FF00BB; TEXT-DECORATION: none;}

^två olika setups med Hover på länkar!
 använd <A HRef="url" ID="id">
*/