﻿/*
INFINITY BUSINESS COLLEGE - COPYRIGHT 2007
*/


/*
STYLING FOR LINKS
Based off logo navy & wine colours
*/

a
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
}

a:link, a:active, a:hover
{
	text-decoration: underline;
	color: #28315B;
}

a:visited
{
	text-decoration:underline;
	color: #701213;
}


/*
ALLIGN ALL CONTENT PARAGRAPHS LEFT
*/

p 
{
	text-align:left;
	color:Black;
	font-size:9pt;
}

/*
SET MAIN HEADINGS
*/

h1 
{
	text-align:left;
	text-indent:3px;
	font-size:9pt;
	font-weight:bold;
	color:White;
	text-transform:uppercase;
	line-height: 1.5;
	text-decoration: none ;
	background-color:#701213;
	width:100%;
}

h2
{
	text-align:left;
	text-indent:3px;
	font-size:9pt;
	font-weight:bold;
	color:#701213;
	text-transform:uppercase;
	line-height: 1;
	text-decoration: none;
}

h3
{
	text-align:left;
	text-indent:3px;
	font-size:9pt;
	font-weight:normal;
	color:#701213;
	text-transform:uppercase;
	line-height: 1;
	text-decoration: none;
}

/* Set Bullter List Style*/

ul
{
	font-size:9pt;
	font-weight:normal;
	color:black;
	text-decoration: none;
}

ol
{
	font-size:9pt;
	font-weight:normal;
	color:black;
	text-decoration: none;
}


/* Link at bottom of page that takes user back to top of page*/

.linktotop 
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	color: #333399;
	margin-bottom: 0pt;
	line-height: 100%;
	text-align: center;	
}