body{
	background-color: #FFFFEE;
}
html{
	font-family: 'lato', sans-serif;
	font-size:12pt;
}
h1,h2,h3,h4,h5{
	font-family:'PT Sans', sans-serif;
	font-weight:700;
	color: #990000;
}
h1 > a{
	text-decoration: none;
	color: #990000;
}

header > h1{
	font-weight:700;
	font-size:2.5rem;
	color:#333;
	margin-bottom:0.25em;
	margin-top: 0;
}
header.computer.only > h1{
	color: #990000;
}

a:link{
	color: #990000;
}
a:hover{
	color: #FF0000;
}
figure.ui.right.floated{
	margin-left:1rem;
}
header > h1 + h2{
	font-weight:400;
	font-size:1.75rem;
	color:#666;
	margin-top:0;
	margin-bottom:0;
}
.site-title{
	font-weight:700;
	font-size:2.75rem;
	margin:0;
	color: #990000;
}
.right.sidebar.menu{
	margin-left:1rem;
}
main ul{
	font-weight:300;
	color:#333;
	line-height: 1.5rem;
}
code{
	font-family:'Inconsolata';
	font-weight:400;
}
main table{
	font-weight:300;
}
main .text h1{
	margin-top:0;
}
p{
	font-weight:300;
	color:#333;
	line-height: 1.5rem;
}
p > strong{
	font-family: 'PT Sans';
	font-size:1.25rem;
	margin-right:1.25rem;
	font-weight:700;
	color: #990000;
}
figcaption{
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 700;
	font-size:1.25rem;
	color: #990000;
}
.icon.home{
	color: #990000;
}
.site-name{
	color: #990000 !important;
}