﻿html{
	margin:0px;
	
}
body {
	background-color: #B9C8CF;
	margin: 0px;
	margin-bottom: 40px;
	font-family: "wf_SegoeUI","Segoe UI","Segoe","Segoe WP","Verdana","Tahoma","Arial", Helvetica,"sans-serif";
	padding-top:10px;
}

div::before {
	content: ' \A';
	white-space: pre; 
	color: #777;
	font-size:large ;
	text-align:center;
}

div {
	width: 600px;
	top:10px;
padding: 10px;	
	margin-left: auto;
	margin-right: auto;
		background-color: #F2F2F2;
		background-image: url('/templates/cadcollege_logo_60.svg');
	background-attachment: fixed;
	background-size:30%;
 background-repeat: no-repeat;
background-position: 50% 20px;

}

svg {width:500px;
	height:500px;
	viewBox:0,0,1000,1000;
	margin:10px;
	stroke-width:3px;
	stroke:black;
	fill:red;
}
polygon{
		transform: scale(0.4);
}

dl{
	display:grid;
	width:95%;
	grid-template-columns:1fr 2fr;
	margin:10px;
	gap:0px;

	}
dd,dt{
	border:1px silver dotted;
	background-color:white;	
	}
	
h1{
	margin-top:150px;
}	
	
	@media only screen and (max-width: 640px), screen and (max-device-width: 480px){
body {
	background-color: #F2F2F2;
	background-image: none;
	touch-action: manipulation;
}

h1{
	margin-top:50px;
}	

div {Width:480px;}

}