﻿/* 	Roto Studio CSS Document */

/* 	Colors 
	Purple - #9382fe
	Yellow - #d3be43
	Pink - #9d2f61
	Dk Gray - #666666
	Green - #8c9f42
	Lt. Blue - #1a8eee
	Orange - #cc6600
	
	Client Access Blue - #6699cc
	Link Blue - #0054a6
*/


	
.heading {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #ffffff; 
	text-transform: uppercase;
	font-weight: bold
	}

.subheading {
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px
	}
	
.newsheading {
	text-transform: uppercase;
	font-weight: bold;
	color: #464646
	}
	
.newsheading a:link, .newsheading a:visited, .newsheading a:active {
	text-transform: uppercase;
	font-weight: bold;
	color: #464646;
	text-decoration: none
	}

.newsheading a:hover, .newsheading a:visited:hover {
	color: #0054a6;
	text-decoration: underline
	}