﻿body 
{
	margin:0;
	
}


a.lol:link {text-decoration: none;}
a.lol:visited {text-decoration: none;}
a.lol:hover {text-decoration: underline;}

a.lol2:link {text-decoration: underline;
	font-family: Arial;
	font-size: 10px;
}
a.lol2:visited {text-decoration: underline;}
a.lol2:hover {text-decoration: none;}
