﻿html,body,h1,h2,h3,h4,h5,h6 {
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: small;
line-height:1.15;
} 

ul{
line-height:1.15;	
}

body {
	margin: 5px 
}

h1 {font-size: 26px}
h2 {font-size: 22px}
h3 {font-size: 18px}
h4 {font-size: 14px}
h5 {font-size: 12px}
h6 {font-size: 10px}

.sourcecode {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
}

.redtext {
	color: #F44336;
}
.hr-red {
	border: 1px solid red;
	}
	
.img-logo {
	height: 13px;
	}

.img-logo-bar {
	height: 22px;
	}

/* unvisited link */
article a:link { color: blue; }

/* visited link */
article a:visited { color: purple; }

/* mouse over link 
article a:hover { color: green; }
*/	

/* selected link */
article a:active { color: red; }

