/*
 * Styles for xvpweb tunnelling guide
 *
 * Copyright (C) 2009-2010, Colin Dean
 */

body {
	color: black;
	background-color: white;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	text-align: left;
	padding: 0px;
	margin: 10px;
}


a, a:hover, a:visited { color: black; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
a img { border: none; }

h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
}

p.indent {
	margin-left: 30px;
}

.purple, a.purple, a:hover.purple, a:visited.purple {
	color: rgb(116, 46, 103);
}

div.boxed {
	border: 1px solid black;
	padding: 0px 10px;
}

img#architecture2, img#architecture3 {
	width: 670px;
	height: 380px;
	border: none;
}

