@CHARSET "UTF-8";

body {
    padding-left: 3%;
    padding-right: 3%;
	font-family: arial, Verdana, sans-serif;
    font-size: 11.99pt;
    background-color: rgb(44,44,44);
}

h1 {
	letter-spacing: 2px;
	font-size: 27pt;
    color: white;
}

h2 {
    border-bottom: 1px solid red;
    border-top: 1px solid red;
    font-family: "Arial", Times, serif;
    margin-top: 3px;
    color: white;
    padding-left: 11px;
    padding-bottom: 3px;
    padding-top: 3px;
    background-color: black;
}

div {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
    padding-right: 10px;
}

div.header {
    border-style: solid;
    border-width: thin;
    border-color: blue;
    background-color: black;
    color: rgb(55,255,55);
    text-align: center;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 11px;
    text-transform: lowercase;
    letter-spacing: 7px;
}

div.header h1 {
	font-family: monospace;
}
	
div.header h1 a:link {
    text-decoration: none;
    color: rgb(55,255,55); /* override to be same as div.header h1's color */
    background-color: black;
}

div.header h1 a:visited {
    text-decoration: none;
    color: rgb(55,255,55); /* override to be same as div.header h1's color */
    background-color: black;
}

div.header h1 a:hover {
    text-decoration: none;
    color: rgb(55,255,55); /* override to be same as div.header h1's color */
    background-color: black;
}

div.footer {
    color: rgb(55,255,55);
	border-style: solid;
    border-width: thin;
    border-color: blue;
    background-color: black;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 11px;
    letter-spacing: 2px;
}

div.maincontent {
    margin-top: 11px;
	border-style: ridge;
	border-width: medium;
	border-color: red;
    background-color: rgb(31,31,31);
    /*color: rgb(255,192,0);*/
    color: #75cdff;
    padding-left: 2%;
    padding-right: 2%;
}

div.maincontent h1 {
    color: white;
	border-top-style: solid;
    border-bottom-style: solid;
	border-width: thin;
	border-color: red;
    border-bottom: 3px solid red;
	padding-left: 11px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: black; 
}

/* Links in h1 */
div.maincontent h1 a:link {
    text-decoration: none;
}

div.maincontent h1 a:visited {
    text-decoration: none;
    color: white;
}

div.maincontent h1 a:hover {
    text-decoration: none;
}


.info {
border-style: dashed;
border-color: blue;
}

/* Links */
a:link {
	color: white;
}

a:visited {
    color: rgb(144,144,255);
}

a:hover {
    color: white;
    background-color: rgb(188,0,0);
}

/* Software */
div.software-entry {
	border-style: solid;
	border-color: rgb(255,0,0);
	border-width: thin;
	background-color: #111010; 
	width: 85%;
	margin-top: 7px;
    margin-bottom: 3px;
}

div.software-entry h2 {
	border-top: none;
}

