@font-face {
    font-family: 'PublicSans'; /*a name to be used later*/
    src: url('ttf/PublicSans-Regular.ttf'); /*URL to font*/
}
@font-face {
    font-family: 'PublicSansBold'; /*a name to be used later*/
    src: url('ttf/PublicSans-Bold.ttf'); /*URL to font*/
}

body { margin: 0px; background-color: #454545;}

.ms-title
{
    font-family: "PublicSans";
    font-size: xx-large;
    color: #ededed;
}

.ms-postlist
{
	border-bottom: 1px solid #555555;
}

.ms-footer
{
	font-family: "PublicSans";
	font-size: small;
	color: #ededed;
	background-color: #cccccc; 
	width: 100%;
	height: 40px;
}

.ms-category
{
	font-family: "PublicSansBold";
	font-size: large;
	color: #ededed;
}

.ms-headertext
{
	font-family: "PublicSans";
	font-size: large;
	color: #ededed;
}

.ms-content
{
    font-family: "PublicSans";
    font-size: medium;
	color: #bcbcbc;
}

.ms-caption
{
    font-family: "PublicSans";
    font-size: small;
	color: #bcbcbc;
}

.ms-contentbg
{ background-color: #EEEEEE; width: 100%; }

.ms-link
{
    font-family: "PublicSans";
    font-size: medium;
    color: #2299ff;
}

.mslink:visited
{
	color: #2299ff;
}

a:visited
{
	color: #2299ff;
}

.ms-header
{
	background-color: #CCCCCC;
	height: 60px;
	width: 100%;
}

.ms-startpage-text
{
	font-size: 20px;
	font-family: "PublicSans";
	color: #336699;
	text-decoration: underline;
}

.ms-codeblock
{
	font-family: monospace; 
	font-size: medium;
	color: #2277FF;
	background-color: #232323;
	width: 900px;
	padding: 5px;
	color: #DEDEDE;
	text-align: left;
	overflow: hidden;
}
