﻿/*CSS Base*/
p {font-size: 1em; line-height:22px; margin-bottom:10px;}

body {
	width: 100%;
	height: 100%;
	/*FF-thenoodleincident*/
	font: 76%/1.166 Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	text-align: center; /*see alpha wrap*/
}

img {
	border-width: 0;
	behavior: url('../js/iepngfix.htc');/*FF-relative to the html source*/
}


/*FF-redefine H-tags left H3 H4 alone*/
/*
h1 {width:237px; height:165px; overflow:hidden; text-indent:-1000px; z-index:10; behavior:url(../cure-canine-cancer/js/iepngfix.htc);
	background:url(../images/ccc.png); position:absolute; left:60px; top:40px; cursor:pointer; }
h2 {width:285px; height:14px; overflow:hidden; text-indent:-1000px; z-index:11; behavior:url(../cure-canine-cancer/js/iepngfix.htc);
	background:url(../images/maf_click.png); ; position:absolute; left:640px; top:25px; cursor:pointer; }
*/
h1 {}
h2 {}
h3 {font-size:48px; margin-bottom:15px; }
h4 {margin-bottom:5px; margin-top:10px; font-size:16px; text-transform:uppercase; font-weight:normal; }
h5 {}
h6 {}

/***pre-existing CSS***/
h1,h2,h3,h4,h5,h6,ul,ol,li,form,fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

hr {
	color: white;
	height: 0;
	width: 100%;
	overflow: hidden;
	border: none;
	background-color: white;
	margin-bottom: 20px;
}
caption {
	text-align: left;
	border-bottom: 1px solid #CCC;
	padding: 5px 10px;
	background-color: #FFF9E5;
}
blockquote {
	border-left: 2px solid #CCCCCC;
	margin: 4px 0px 2px 5px;
	padding: 3px 5px;
}
abbr {
	border-bottom: 1px dotted #AAA;
}
a {
	color:red;
	/*color: black;*/
	/*color: #0074E1;*/
	font-weight:bold;
	text-decoration: none;
	cursor: pointer;}
a:hover {
	text-decoration: none !important; color:blue;}

strong {font-size:1em; color:#000000; font-weight:bold;}/*remove font-size 26px*/

pre {
	height: 500px;
	background-color: #EEE;
	padding: 10px;
	text-align: left;
	overflow: scroll;
}


/*input.text {width:250px; font-size:12px; background-color:#E8E8E8; }*/
/*textarea {width:250px; font-size:12px; background-color:#E8E8E8; height:140px; }*/