﻿@charset "utf-8";
/* CSS Document */

body{
	font-size:117%!important; /* ALL SIZES PLUS 30% OF REGULAR */
}
h1{
	font-size:260%!important;
}
h2{
	font-size:182%!important;
}
h3{
	font-size:169%!important;
}
h4{
	font-size:156%!important;
}
h5{
	font-size:143%!important;
}
h6{
	font-size:130%!important;
}
p{
	font-size:130%!important;
}

/* TAB STYLING */

.Aregular{
    color:#999999!important;
    border:1px solid #999999!important;
}
.Alarge{
    color:#999999!important;
    border:1px solid #999999!important;
}
.Axlarge{
    color:#000000!important;
    border:1px solid #000000!important;
}