﻿* {margin: 0; padding: 0;}
/*General errors*/
body {font-family:arial;font-size:12px;text-align:center;background:#fff;}
#errorContainer {width:600px; height:300px;margin: 0 auto; margin-top:50px;padding:20px; text-align:left;border:dotted 1px #ccc;background:url(../Images/globe.jpg) no-repeat bottom right;}
h1{font-size:28px;color:#532e63;}
p {padding: 10px 0 0 0;}
a{color:#532e63;font-weight:bold;text-decoration:none;}
a:hover{text-decoration:underline;}

/*Node detection*/
#nodeH1{font-size:24px;font-family:arial;font-weight:normal;}
.node{font-size:24px;font-family:arial;font-weight:bold;color:#532e63;}