﻿/* Default rule for all page headings and fact links (to replace all below rules eventually) */

.heading
{
    width:						300px;
    height:						40px;
    background-color:			#F1F2EB;
    background-repeat:          no-repeat;
    padding-left:				300px;
    padding-right:				150px;
    padding-top:				20px;
    font-size:					10px;
    color:						#5f2f1b; 
}
.heading a:link, a:visited, a:active, a:hover
{
    color:						#5f2f1b;
}

/* 
Alternative colours (deleted):
#972c1a
Region (ACC):
#134e87
Destination:
#4c5707
*/


