﻿@charset "utf-8";
/* CSS Document */

p, div, span, li{
	font-family:"Comic Sans MS";
	font-size:13px;
	color:#231f20;
	line-height:22px;
}

a{
	color:#b5121b;
	font-weight:bold;
	text-decoration:none;
}

.copyrightTxt{
	color:#afafaf;
	font-size:9px;
	font-weight:bold;
	line-height:normal;
}

.copyrightLink{
	color:#ffc423;
	text-decoration:none;
}

.error{
	color:red;
}

.tickets{
	position:absolute;
	margin-top: -140px;
	margin-left:400px;
	padding: 1em;
	
	width:125px;
	height:125px;
}
