﻿@import url('/css/default.css');

p 
{
	color: #666;
}

a:link, a:visited, a:active 
{
	color: #ffc500;
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
}

h2 
{
	color: #333;
}

#SideContainer ul 
{
	color: #666;
}