/* ------------------------------------------------------------General */
body {
	color: #fff;
	background-image: url(http://59.146.77.13/nphMotionJpeg?Resolution=640x480&Quality=Clarity);
	background-color: #000;
	height: 100%;
}

/*
http://shibuya.ipcam.jp:60001/nphMotionJpeg?Resolution=320x240&Quality=Standard
http://shibuya01.ipcam.jp/nphMotionJpeg?Resolution=320x240&Quality=Standard
http://219.99.78.123/nphMotionJpeg?Resolution=160x120&Quality=Standard
http://219.167.255.154/-wvhttp-01/GetOneShot
http://59.146.77.13/nphMotionJpeg?Resolution=640x480&Quality=Clarity
*/

* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
img {
	border: 0;
}
p {
	margin: 0 0 0 0;
	display: inline;
}
html {
	height: 100%;
}
.title {
	font-size: 10em;
	line-height: 0.8em;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}
h2 {
	font-size: 2em;
	font-weight: normal;
	font-family: Georgia;
}
.workblock {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}
.worktitle {
	font-size: 2em;
	font-weight: normal;
	font-family: Georgia;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
}
.superscript {
	vertical-align: super;
	font-size: 0.5em;
}
/* ------------------------------------------------------------Links */
a:link, a:visited {
	color: #000;
	text-decoration: none;
	border-color: #000;
	border-style: dotted;
	border-width: 0 0 1px 0;
}
a:hover {
	color: #000;
	text-decoration: none;
	border-color: #00f;
	border-style: solid;
	border-width: 0 0 2px 0;
	background-color: #00f;
}