
body{
	
	
	background: lightgray
}
h1.Tomato {
	background-color:Tomato; 
	text-align: center;
	
}/* CSS Document */

div.text {
	
	
	background: #FFFFFF
}
Links{
	
	liststyle-type: none; font-size: 200%
	
	
}
p.font1{
	
	font: 150% Arial, sans-serif;
	
}
p.font2{
	
	font: 100% defalt,normal ;
	
}

p.font3{font: 100% "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"
	
}
p.font4{
	
	font: 100% Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	
}
p.font5{
	
	font: 100% Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	
}
p.font6{
	
	font: 100% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	
}
p.font7{
	
	font: 100% Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	
}
p.font8{
	
	font: 100% "Lucida Handwriting"
	
}
p.font9{
	
	font: 100% bangers, sans-serif
	
}

div.Bullets{
	
	background: #000000
}
h1.Bullet1{
	color:white;
	font: 125% bold
}
p.Bullet2{
	color:white;
	font: 100% normal
	
}
li{
	color:white;
	list-style: none
		
		
		
}
li::before {
	color:white;
	font-family: "material Icons"; content: "link";
	Margine-left: -20px; margin-right: 10px;
	font-size: 100%
}

a:link {
  color: yellow;
}

/* visited link */
a:visited {
  color: orange;
}

/* mouse over link */
a:hover {
  color: green;
}

/* selected link */
a:active {
  color: red;
	
}

div.Boxes{
	
	background: #6900B8
	
	
}
p.boxtext{
	color=
	
}

div.Box1{
	
	background-color:black;
	width: 300px;
	border: 15px solid green;
	padding:50px;
	margin: 20px;
		
	
}

div.Box2{
	
	background-color: maroon;
	width: 400px;
	
	border: 5px #FFFFFF dashed;
	padding: 10px;
	margin:  auto;
		
		
	
	
	
}

