/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 12px/1.5 Georgia, Serif;
	color: #444;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

a { color:#FFFFFF;
}
/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	color:#ff3bb8;
	font-size: 40px;
	line-height: 44px;
	font-weight:normal;
}

h2 {
	color:#fff777;
	font-size: 22px;
	font-weight:normal;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#bababa;
	font-size: 11px;
	font-weight:normal;
}

h4 {
	}

h6 {
	font-size: 13px;
	font-variant: small-caps;
	color:#999999;
}

h5 {
	font-size: 14px;
	color:#333333;
}

/* Egna */

.brodtext { font-size:13px;;
line-height:16px;
color:#FFFFFF;
padding:10px;
}

}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h4,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
}

}
h2 {
	margin-top:20px;
	
}

h3 {
	margin-bottom:5px;
)

h5 {
	margin-bottom: 0px;
	margin-top:5px;
}
h6 {
	margin-bottom: 0px;
	margin-top:0px;
}
