﻿/*BEGIN Global Reset (based on YUI reset)*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{padding:0;margin:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-weight:normal;font-style:normal;}
/*ol,ul{list-style:none;}*/
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100.01%;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}
/*END Global Reset*/
body  { 
	margin: 0 auto;
	text-align: center;
	font-family: Tahoma;
	font-size: 1.2em;	
	color: #666666;
 }
 blockquote {
   margin-left:20px;
   margin-right:20px;
 }
dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset {
	margin-bottom:0.5em;
}
p {
	margin-bottom:1em;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:700;
	color:#84776d;
}
h1 {font-size: 1.9em;}
h2 {font-size: 1.8em;}
h3 {font-size: 1.7em;}
h4 {font-size: 1.5em;}
h5 {font-size: 1.3em;}
h6 {font-size: 1em;}
hr {
	padding: 0 1em;
	width: 66%;
	color: #991a36;
	border-color: #991a36;
	background-color: #991a36;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

ul, ol {
	margin-left:30px;
}

strong {
font-weight:bold;
}

#wrapper { 
	position: relative;
 	margin: 0px auto;
	padding: 0;
 	width: 750px;
 	text-align:left;
}
/*GRAPH PAPER SPECIFIC*/

h1 {
 color:blue;
 font-family:"Times New Roman", Times, serif;
 text-align:center;
}
		.butt {
			background-color:red;
		}
		.butt:hover {
			background-color:blue;
		}
		.diagram1 {
			width:500px;
			height:400px;
			border:solid;
			border-color:#00CCFF;
			margin:0 auto;
			margin-bottom:20px;
			position:relative;
		}
		.v {
			width:1px;
			height:400px;
			background-color:#55e9ee;
			position:absolute;
		}
		.h {
			width:500px;
			height:1px;
			background-color:#55e9ee;
			position:absolute;
		}
		.point {
			width:3px;
			height:3px;
			background-color:yellow;
			border-style:solid;
			border-color:red;
			border-width:2px;
			position:absolute;
		}
		
		.object {
			position:absolute;
		}
		.vector {
			display:inline;
		}
		.vector td {
			text-align:center;
		}
		.brackets {
			font-size:3em;
		}
		
input.Answer_box {
	background-color: PaleTurquoise;
	color: black;
	font-family: arial, verdana, ms sans serif;
	font-weight: bold;
	font-size: 12pt;
	text-align:center;
	} 
