﻿@charset "utf-8";
/* CSS Document */

body{
	font-size:104%!important; /* ALL SIZES PLUS 15% OF REGULAR */
}
h1{
	font-size:230%!important;
}
h2{
	font-size:161%!important;
}
h3{
	font-size:150%!important;
}
h4{
	font-size:138%!important;
}
h5{
	font-size:285%!important;
}
h6{
	font-size:115%!important;
}
p{
	font-size:115%!important;
}

/* TAB STYLING */

.Aregular{
    color:#999999!important;
    border:1px solid #999999!important;
}
.Alarge{
    color:#000000!important;
    border:1px solid #000000!important;
}
.Axlarge{
    color:#999999!important;
    border:1px solid #999999!important;
}