﻿/* ====== Basic HTML ======== */

body {
	font: 0.750em Arial;
}
a:link, a {
    color: #267AB7;
    text-decoration: none;
}
    a:visited {
        color: #267AB7;
    }
    a:hover {
        color: #00AEFF;
        text-decoration: underline;
    }
    a:active {
        color: #00AEFF;
    }

pre, code {
	font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* ====== Headings ======== */

h1 {
    font-size: 25px;
}
h2 {
	font-size: 23px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 19px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 15px;
}
/* ===== Spacing ===== */

ol {
	list-style: decimal;
}
ul {
	list-style: disc;
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, figure {
	margin-bottom: 5px;
}
@font-face {
    font-family: 'sfu_helveticaneueultralight';
    src: url('/Styles/font/sfuhelveticaneueultralight.eot');
    src: url('/Styles/font/sfuhelveticaneueultralight.eot?#iefix') format('embedded-opentype'),
         url('/Styles/font/sfuhelveticaneueultralight.woff') format('woff'),
         url('/Styles/font/sfuhelveticaneueultralight.ttf') format('truetype'),
         url('/Styles/font/sfuhelveticaneueultralight.svg#sfu_helveticaneueultralight') format('svg');
    font-weight: normal;
    font-style: normal;
}
