html 				{font-family:'';font-size:20;background-image:url('ast/');background-repeat:no-repeat;background-attachment:fixed;
					background-position:center;background-size:cover;scrollbar-color:#706153 black;scrollbar-width:thin;}
						
body				{display:flex;justify-content:center;
					cursor:none;cursor: url("ast/cursor2.png"), auto;}

.heads 				{font-family:'Times New Roman';font-size:50;font-style:italic;}
.headss 			{font-family:'Times New Roman';font-size:26;user-select:none;}
.headssl			{font-family:'Times New Roman';font-size:31;user-select:none;}
.headss:hover		{color:#dfbdf2;}
.subhead			{font-family:Typori;font-size:31}

.project 			{font-family:'bahnschrift';font-size:23;font-style:italic;}

.link				{color:#dfbdf2;}
.hlink				{color:white;text-decoration:none;}
.hlink:hover		{color:#dfbdf2;}

.indent				{margin-left: 30px;border-left:5px solid white;padding-left:10px;}
.tab				{white-space: pre}

#footer				{position:fixed;bottom:0%;background:#000000AA;width:100%}

.fade				{animation: fadeIn 3s}
@keyframes fadeIn 	{0% { opacity: 0;color:#F90010; } 100% { opacity: 1;color:white; }}


/*Fonts*/
@font-face 		{font-family:'Dreamscar';	src:url('fnt/Dreamscar.ttf') 			format('truetype');}
@font-face		{font-family:'Venice';		src:url('fnt/VeniceClassic.ttf') 		format('truetype');}
@font-face 		{font-family:'Typori';			src:url('fnt/Typori-Regular.ttf')		format('truetype');}
@font-face 		{font-family:'Metro';			src:url('fnt/Metro.otf') 					format('opentype');}

/* Style Guide */
.zxzxx{
Lavender: #dfbdf2;
Red: 	  #F90010}