﻿html {
	cursor: url('aliencursor1.gif'),auto;
}

body {
	background-color:#000000;
	background-image: url('huebackground.gif');
	background-size: width('1920px'),height('1080px');
	font-family:courier new, times new roman;
	font-size:19px;
}

p {
    color:#8fff5a;
}

div {
	width: 400px;
	margin: auto;
}

a:hover {
	cursor: url('aliencursor2.gif'),auto;
	font-size: 91%;
}

a:visited {
    color:#6f6798;
}