﻿/* 
	Basic styles reference by both page and editor
*/

body
{
	font-size:10pt;
    font-family: Arial, sans-serif  !important;
    color:#000000;
}

a, a:link, a:visited, a:active 
{
	font-size:10pt;
	color:#424242;
    text-decoration:none;
}


a:hover
{
    text-decoration:underline !important;
}

